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.