Can anyone please help me how can I work with 'session' while working on visual studio asp.net development server please? as I found its not working there but working with iis

Regards

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Session state works great on ASP.NET development server. I'm currently developing a couple of ASP.NET apps and all of them are hosted in this web server during the development process.

Please comment these information:

  • Visual Studio version.
  • Session state mode (inproc, sqlserver, state server or custom?).
  • ASP.NET version.

Also, please edit your question with your webconfig (remove credentials and so, everyone needs to see how your ASP.NET is configured, but not your sensitive data).

Let's see.

link|improve this answer
hi, I haven't use " <sessionState mode='xxxx'" in the web.config yet. So, should I must do that to get session worked on asp.net development server? – Rana Feb 7 '11 at 8:38
1  
I've never tried no to specify session state's mode. It could be a good step that. Set mode to "InProc" and comment again if it worked! ;) – Matías Fidemraizer Feb 7 '11 at 8:40
Hi, Thanks. Its aworking now :) – Rana Feb 10 '11 at 18:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.