BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
DTSTAMP;TZID=Asia/Taipei:20260405T185600Z
STATUS:CONFIRMED
UID:C44E20C02115444F8649E513D637CE70
DTSTART;TZID=Asia/Taipei:20250311T010000Z
DTEND;TZID=Asia/Taipei:20250311T084000Z
SUMMARY:【實體活動】2025智慧製造落地攻略論壇
DESCRIPTION;
X-ALT-DESC;FMTTYPE=text/html:<p>詳細資訊請參考下列網址</p><p><a href='https://www.netadmin.com.tw/netadmin/zh-tw/event/C44E20C02115444F8649E513D637CE70'>https://www.netadmin.com.tw/netadmin/zh-tw/event/C44E20C02115444F8649E513D637CE70 </a></p>
LOCATION:新竹喜來登
BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
END:VALARM
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
<!DOCTYPE html>
<html>
    <head>
        <title>傳送 HTTP 標頭後，伺服器無法附加 Cookie。</title>
        <meta name="viewport" content="width=device-width" />
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>'/netadmin' 應用程式中發生伺服器錯誤。<hr width=100% size=1 color=silver></H1>

            <h2> <i>傳送 HTTP 標頭後，伺服器無法附加 Cookie。</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> 描述: </b>在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊，以及在程式碼中產生的位置。

            <br><br>

            <b> 例外狀況詳細資訊: </b>System.Web.HttpException: 傳送 HTTP 標頭後，伺服器無法附加 Cookie。<br><br>

            <b>原始程式錯誤:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

行 85:         //設定一個COOKIE追蹤瀏覽
行 86:         string userId = Cookier.Get(&quot;USER_AGENT&quot;);
<font color=red>行 87:         Cookier.Set(&quot;URL&quot;, Request.Url.AbsolutePath);
</font>行 88:         if (string.IsNullOrEmpty(userId))
行 89:         {</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <b> 原始程式檔: </b> d:\Web\www_netadmin\MasterPage.master.cs<b> &nbsp;&nbsp; 行: </b> 87
            <br><br>

            <b>堆疊追蹤:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

[HttpException (0x80004005): 傳送 HTTP 標頭後，伺服器無法附加 Cookie。]
   System.Web.HttpResponse.SetCookie(HttpCookie cookie) +282
   Shinda.Common.Cookier.Set(String name, String value, Nullable`1 expire, Nullable`1 httpOnly, Nullable`1 secure) in D:\LineDownload\2cm\Shinda.Common\Cookier.cs:57
   MasterPage.Page_Load(Object sender, EventArgs e) in d:\Web\www_netadmin\MasterPage.master.cs:87
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082
</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <hr width=100% size=1 color=silver>

            <b>版本資訊:</b>&nbsp;Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.4136.0

            </font>

    </body>
</html>
<!-- 
[HttpException]: 傳送 HTTP 標頭後，伺服器無法附加 Cookie。
   於 System.Web.HttpResponse.SetCookie(HttpCookie cookie)
   於 Shinda.Common.Cookier.Set(String name, String value, Nullable`1 expire, Nullable`1 httpOnly, Nullable`1 secure) 於 D:\LineDownload\2cm\Shinda.Common\Cookier.cs: 行 57
   於 MasterPage.Page_Load(Object sender, EventArgs e) 於 d:\Web\www_netadmin\MasterPage.master.cs: 行 87
   於 System.Web.UI.Control.OnLoad(EventArgs e)
   於 System.Web.UI.Control.LoadRecursive()
   於 System.Web.UI.Control.LoadRecursive()
   於 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: 已發生類型 &#39;System.Web.HttpUnhandledException&#39; 的例外狀況。
   於 System.Web.UI.Page.HandleError(Exception e)
   於 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   於 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   於 System.Web.UI.Page.ProcessRequest()
   於 System.Web.UI.Page.ProcessRequest(HttpContext context)
   於 ASP.external_calendar_aspx.ProcessRequest(HttpContext context) 於 c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\netadmin\ff56dc92\aa0b7c06\App_Web_c4onkpyz.2.cs: 行 0
   於 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   於 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   於 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!-- 
此錯誤頁面可能包含敏感性資料，因為 ASP.NET 是設定成使用 &lt;customErrors mode="Off"/&gt; 顯示詳細資訊錯誤訊息。請考慮在實際執行環境中使用 &lt;customErrors mode="On"/&gt; 或 &lt;customErrors mode="RemoteOnly"/&gt;。-->