User1826275489 posted
I am running a web role which is supporting several web sites. Some are asmx web services, some are web forms, one is MVC. I have implemented an
up-time monitor. Partly that is so that I get a notification if anything goes wrong. More importantly, it keeps things active and stops the app pools shutting down (avoiding the startup lag when the site
has not been accessed for a while). All that is fine.
But, every couple of days, I am seeing a report that the MVC site was down for around a half hour or so. Until today, only ever the MVC site. Today, for the first time, I received a report that an asmx service was down (again for around a half-hour).
I have yet to see an alert for any of the the web forms sites.
The error is always the same "405 - Method Not Allowed (The HTTP verb used is not allowed.)" - that doesn't actually seem to suggest a "site down" scenario of course.
So, any idea what could cause one site running in a web role to sporadically return errors, when other sites in the same web role are fine.
Thanks,
Nick