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?
Comments
Post a Comment