Difference between inproc, outproc Session states
Shivani Aggarwal
Select an image from your device to upload
InProc, state mantain in the memory of the ASP.NET process
And OutProc, session managed by an external resource (
Like StateServer or SQL Server
and Inproc session states is faster than outproc
Inproc not need to be serialized