【问题标题】:Weird URL when using my Asp.Net site使用我的 Asp.Net 站点时出现奇怪的 URL
【发布时间】:2013-11-12 12:14:04
【问题描述】:

我目前正在运行一个 Asp.net 站点,例如 http://www.example.org/。当我转到http://www.example.org/时,浏览器栏中的URL从http://www.example.org/Default.aspx变为http://www.example.org/(S(atwnw1wd3kycxgocvovs1yui))/Default.aspx

这里发生了什么?这是我的 IIS 8.0 服务器设置的问题吗?还是我的 Asp.Net 项目?

【问题讨论】:

    标签: asp.net iis webforms


    【解决方案1】:

    看起来您的 web.config 具有以下设置:

    <sessionState cookieless="true" />
    

    更多:http://msdn.microsoft.com/en-us/library/aa479314.aspx

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-03-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-08-30
      相关资源
      最近更新 更多