We have a serializable prop specified for a class in order to be able to store the class object in a session variable with the session mode set to State Server. However, when we try to use the newtosoftn jsonconvert.deserializeobject method to convert the content from the http response to the class above, the method is NOT returning any data.. Any help is appreciated. Context : A ASP.Net MVC based web application (client) retrieves backend data by invoking a ASP.Net WebAPI web services application using a HTTP Client. The data so retrieved is stored in a session variable.
↧