Tagged Questions
4
votes
3answers
2k views
Intermittent high CPU (100%) on production webserver
X-Post from StackOverflow:
http://stackoverflow.com/questions/9465123/intermittent-high-cpu-100-on-production-webserver
We have a web cluster with 3 web-servers, each with 24 cores & 24GB mem.
...
1
vote
0answers
632 views
Custom error screen for 404 errors w/ MVC3 and IIS 7.5
In my MVC 3 app, I'm trying to show custom 404 pages. I've got the 403 pages to work, by returning a HttpStatusCodeResult. However, 404's are handled by MVC, and evidently, something is being done ...
1
vote
2answers
2k views
Getting 404 error on MVC web-site
I have an IIS7.5 web-site, on Windows Server 2008, with an ASP.NET MVC2 web-site deployed to it. The website was built in Visual Studio 2008, targeting .NET 3.5, and IIS 5.1 has been successfully ...