Page containing Microsoft Chart Control returns Service Unavailable
- by MHinton
I have a frustrating problem with an asp.net mvc view containing the Microsoft Chart control. When I request the view containing the control I get the following error.
Service Unavailable
HTTP Error 503. The service is
unavailable.
When I run the project under the visual studio 2008 dev server it works fine. When I deploy the project to the staging server I get the error. To make this even more frustrating when I deploy to a different site on the same server under a virtual directory it works.
I also get no error messages in the event log or elmah when this happens. Has anyone else encountered this? What did you do to resolve it?