c# - Using HttpApplicationState outside ASP.NET session -


i have following problem. trying use web services wrote in asp.net in application intermediate layer, stored inside wcf service layer. instancing webservice classes , call web methods normal c# methods. unfortunately of them using asp.net specific solutions using httpcontext , application object(of type httpapplicationstate). trying add items collection before webservice call, nothing happens! items not there after using add method. no exception, nothing. thought there functionality inside implemenatation of httpapplicationstate class, prevents operation in cases, insepcted code in reflector , should fine... missing something?

not positive understand application structure, sounds want run wcf asp.net compatibility turned on allow httpcontext?

http://msdn.microsoft.com/en-us/library/aa702682.aspx


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -