Tagged Questions

1
vote
1answer
584 views

Sharing an HttpRuntime.Cache across two IIS applications

I have two ASP.NET 2.0 applications in IIS; a public booking system and an admin system to manage prices. There is a shared DLL project that accesses the database, used by both applications. To ...
0
votes
1answer
642 views

WCF Service hosted in IIS - Can't seem to cache or retain state?

I'm trying to cache some application data that only needs to be instantiated when the application starts. I've tried using HttpRuntime.Cache, creating a static object that is instantiated only when ...