What changes need to done in code if we change InProc to Outprocess
Step 1: Start Asp.net State Servcie
1. Go to Control Panel > Administrative Tools > Services
2. Select Asp.Net State Service.
3. Right Click on Asp.net State Service and choose start from popup menu.
Step 2: Change Session Mode in Web.Config File
Step 3: Make All Object Serializable
You should make all object in your website to serializable except SQL Connection.
Contributed by:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=162
Click here to go on website
|