filipw / Strathweb.CacheOutput

ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
Other
883 stars 254 forks source link

Cache not working after deploy to server #262

Open GithubMaastricht opened 4 years ago

GithubMaastricht commented 4 years ago

Dear reader, my cache is working when running on localhost, but after a deploy to a windows IIS server the cache is not working anymore. All subsequent request take the same long amount of time, indicating that cahce is not working. In the past the cache was working fine on this server.

Are there any restrictions wrt the server? Write/read rights of folders for the IIS website user. Other aspects to think of ?

KR !