Reputation: 6154
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
Upvotes: 1
Views: 3290
Reputation: 1
If Session is not working on your web server then you can use cache instead of Session. I was facing the same problem and it worked.
Upvotes: 0
Reputation: 64943
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:
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.
Upvotes: 2