When putting my application on a web server and trying to \'log in\' I get the following error:
Server Error in \'/\' Application. Unable to serialize the se
In my case, I was trying to serialize the non-serialized object that is HttpResponse. So if provided solutions won't work, you can go through solution of unable to serialize session state article.
HttpResponse
Hope it help others!