Hi,
I am developing a Asp.net webservice.
Can I use HttpRuntime.Cache to store temporary data between method calls in
a service.
Also will the data persist if I have 2 webservices in the same project?
Thanks,
-Asfar
Pablo Cibraro [MVP] - 05 Oct 2006 15:04 GMT
Hi Asfar,
Yes, you can use it without problems. The data will persist if both web
services run on the same web application.
You can also use the ASP.NET session if you want
Regards,
Pablo Cibraro.
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> -Asfar