Trouble Shooting

Click “Explore”.
Find “web.config”, and add the following in <modules> of “web.config”:
<add name="Session" type="System.Web.SessionState.SessionStateModule" />
Make sure that all related web applications’ web.config files have been modified.