本文介绍了我的地址栏显示不正常!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在构建asp.net应用程序,在地址栏中这就是我所拥有的http://localhost:49629/eggheadschool/(S(i4ulbj55s1absq454wolzai2))/index.aspx,而不是http://localhost: 49629/eggheadschool/index.aspx.请任何人告诉我可能是什么原因.在此先谢谢您.
i am building asp.net application, in the address bar this is what i am having http://localhost:49629/eggheadschool/(S(i4ulbj55s1absq454wolzai2))/index.aspx, instead of http://localhost:49629/eggheadschool/index.aspx. please could anyone tell me what might be the cause. Thanks in advance.
推荐答案
<sessionstate cookieless="true" />
设置此属性
set this property
<sessionstate cookieless="false" />
希望能解决这个问题
hope it will solve the problem
这篇关于我的地址栏显示不正常!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!