ASP.NET 網站設定 web.config 組態檔,設定如下:

<configuration>
  <system.web>
    <sessionState mode="StateServer"
      stateConnectionString="tcpip=localhost:42424"
      cookieless="false"
      timeout="20"/>
  </system.web>
</configuration>

文章標籤
全站熱搜
創作者介紹
創作者 11 的頭像
11

冠霖的部落格

11 發表在 痞客邦 留言(0) 人氣(1)