Greetings,
I have a large .Net web app which runs on a farm of blades with the code base on a NAS. Every once in a while slight fluctuations in the response time of the nas cause .NET to think that something in the bin has changed and kick off a recycle of the app pool. No change has actually occurred. Is there a way to disable .Net’s monitoring of changes to the bin?
Greetings, I have a large .Net web app which runs on a farm of
Share
This will put an end to it. Now you must do
iisresetto recycle your app pool.