Caching Application Block crashing IIS
问题 I'm having an issue with my Dev environment where any calls to the Caching Application Block's CacheFactory cause IIS to crash. I've created a very simple web application that causes IIS to crash every time I try to run it, but yet the application works fine under the Visual Studio.NET web server. The following code is what causes the application to crash when running under IIS: protected void Page_Load(object sender, EventArgs e) { try { ICacheManager cm = CacheFactory.GetCacheManager("foo")