hi guys, I'm trying to develop a web service that requires access to the httpcontent current cache used by the calling web application. Is this even possible? If so how do I go about doing it?
The calling application uses the HttpContent.Current cache and posts data to it via the .Insert and retrieves is via the .Get methods. When I call the web service the cache seems to be empty and I can't access the elements posted to it by the calling web app. Is there a way to persist the cached data between the two? I understand that this may not be possible as web services are aren't used in this manner. Thanks for your time.
