Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
In the requestModule, session state is not available when there is no page extension, is this by design - whats happening?
this happens for
http://www.mywebsite.com/
http://www.mywebsite.com/test
etc
HI Januszm
Can you give us a little more info about your problem?
Thanks,
Richard
Assuming you're running IIS 7 in integrated mode, try adding this to <system.webServer><modules>
<remove name="Session" /> <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" /> <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Session state not available in HTTP module when page has no extension
In the requestModule, session state is not available when there is no page extension, is this by design - whats happening?
this happens for
http://www.mywebsite.com/
http://www.mywebsite.com/test
etc
HI Januszm
Can you give us a little more info about your problem?
Thanks,
Richard
Assuming you're running IIS 7 in integrated mode, try adding this to <system.webServer><modules>
<remove name="Session" /> <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" /> <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
is working on a reply...