hi!! are you use sessionstate in your webconfig file
<sessionstate mode="StateServer">
stateConnectionString="tcpip=127.0.0.1:42424"
cookieless="false"
timeout="120"/></sessionstate>
Most webhosting company uses these setting.
but if you getting same error
so check
On the server, go to Administrative Tools – Services:
Service: "ASP.NET State Service" had Startup Type set to Manual, and was not running.
Changed Startup Type to Automatic, and started it. (Right-click on "ASP.NET State Service" – Properties to change settings). Then it worked.