开发者

ASP.NET MVC Instability

Got a slightly odd one here.

We have an MVC site that is experiencing some instability. Once a week for the last couple o开发者_运维知识库f weeks the site has gone down. We have found that all we need to do to bring the site back up again is 'touch' the web config file (i.e. open it and save it, with no changes). This brings the site back to life immediately and keeps it alive for another week or so.

The site has custom error pages set up so we can't actually see the error that is being thrown, and there is nothing appearing in the IIS logs.

It looks like some kind of memory leak problem, however .NET garbage collector should manage this, right?

Any ideas?

Thanks,

Pat


You should have some kind of logging so that you can see what error you get. I usually use elmah. That will give you the full error message and stack trace. It's pretty hard to say what the problem is without knowing the error. But it can be a memory leak of some kind. Do you use a lot of unmanaged code? The garbage collector can't handle everything.


Touching the web.config forces recompilation and refreshes the app pool. My guess is something is knocking out your app pool, whatever it is will be in the event logs, i suggest you check there.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜