ASP.NET Tip: When to use which Session Server

Posted: Oct 03, 2008  1 comments  

Average Rating

Tags
.NET
ASP.NET
IIS
There are 3 different ways you can store session in an ASP.NET application: InProc (default mode) State Server SQL Server InProc means we store the data in the same process (in memory) on the web server, in the worker process.  This has some distinct Read More...

View the original post

Comments

Submit a Comment

Microsoft Communities