Page containing Microsoft Chart Control returns Service Unavailable

Posted by MHinton on Stack Overflow See other posts from Stack Overflow or by MHinton
Published on 2010-03-10T21:10:56Z Indexed on 2010/03/26 14:23 UTC
Read the original article Hit count: 418

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about servercontrols

Related posts about asp.net-mvc