And finally, I found the answer.
Try the following URL:
http://support.microsoft.com/default.aspx?scid=kb;en-us;819267
(HTTP GET and HTTP POST Are Disabled by Default)
guanha
Se "sessionstate <element>" in MSDN Documentation
The configuration elements that are relevant for you in web.config are located under sessionState:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.