Doesn't get into Debug Mode
Posted
by Grace Jones
on Stack Overflow
See other posts from Stack Overflow
or by Grace Jones
Published on 2009-11-10T23:49:54Z
Indexed on
2010/03/31
22:03 UTC
Read the original article
Hit count: 339
When I Press F5 on my VS2005 to debug the application, it launches the web app window but it is coming out of debug mode. When I tried to trace the Error in the EventViewer, this was the error:
Failed in Token.vb(GetToken). The token was not in memory and the identity of the authenticated IIS caller was not permitted. The session may have unexpectedly terminated. The specific error message included: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the \\ section in the application configuration.
I don't have any httpModules section in my config file and the sessionState mode="InProc"...
© Stack Overflow or respective owner