为什么要解决问题
问题描述:
我在VB.Net解决方案工作
并且在运行解决方案时
路径到启动页面
http:// localhost:59949 / WebSite / Index.aspx
但在浏览器地址par show as this
http:// localhost:59949 / WebSite /(S(0kstkk2hcl242kuybgy1ap55))/ Index.aspx
来自哪里>
(S(0kstkk2hcl242kuybgy1ap55))
和
为什么????
Plz帮助我
i work in VB.Net Solution
and when run the Solution
the path to start up page
"http://localhost:59949/WebSite/Index.aspx"
but in browser address par show as this
"http://localhost:59949/WebSite/(S(0kstkk2hcl242kuybgy1ap55))/Index.aspx"
from where this
"(S(0kstkk2hcl242kuybgy1ap55))"
and
WHY????
Plz help ME
答
您的网络配置中似乎已经配置了无cookie会话。
这个帖子讨论了同样的问题 - localhost网址中的奇怪文本 [ ^ ]。
It seems you have configured cookieless session in your web config.
This post discusses the same - strange text in localhost url[^].