G
Guest
Is it advisable to store my own data as XML in the folder returned by
HttpRuntime.CodeGenDir?
(i.e. in "Temporary ASP.NET Files")
Each web service on the server must try to read its own cached file when it
(re)starts.
If it 's not present, it retrieves it from a remote service and caches it
locally.
If it's not advisable, what is the "best practice" for caching global
application data for a (web) service?
HttpRuntime.CodeGenDir?
(i.e. in "Temporary ASP.NET Files")
Each web service on the server must try to read its own cached file when it
(re)starts.
If it 's not present, it retrieves it from a remote service and caches it
locally.
If it's not advisable, what is the "best practice" for caching global
application data for a (web) service?