Search results

  1. thohan

    ASP.NET Output Cache Provider problem

    It is occurring in our NamedCache API calls. We had a call with one of the devs and we have a few things to try. I'll get back with you when we have had a chance to try them and we can see where we're at then. Thanks!
  2. thohan

    ASP.NET Output Cache Provider problem

    We had to replace a few of our old appfabric calls with the new NamedCache calls and we finally got objects caching. Very exciting moment for us. However, when we reload the page and read from cache, we are on a page with about 160 or so cached objects and we're reading about 3 per second max...
  3. thohan

    ASP.NET Output Cache Provider problem

    A bit of progress: When the service is running, no errors. However, when we disable the service, we get this error: "Unable to open a handle to the local StateServer service" That suggests that we are connecting. However, it appears that nothing is being cached. It's late and we're stumped...
  4. thohan

    ASP.NET Output Cache Provider problem

    It seems that the <caching> and it's innards all belong inside of <system.web>. That at least solved our server error and our Visual Studio error message. We have replaced our old appfabric references with the soss references in the web project, but still don't seem to be connecting. Our web...
  5. thohan

    ASP.NET Output Cache Provider problem

    The documentation under the heading "ASP.NET Output Cache Provider" has a snippet of code. We didn't have context for this snippet as it wasn't in our web.config previously, so an internet search suggested that it go inside <system.webServer>. When we do that, we get an squiggly line on the...
Top