I have published my asp.net mvc application to my Server 2008 machine running IIS7. When trying to view the site from another machine I just get a 500 internal server error. The application runs just fine on my dev machine. Where can I start to resolve this problem? Thanks!

link|improve this question
feedback

1 Answer

There are a couple of things you can check:

  1. Check the Event Log on the server.
  2. Remote desktop onto the server and request the page, that way you'll see any errors from ASP.NET. If you can't RD in, you can change the web.config to enable `Remote` errors in the `customErrors` section.
link|improve this answer
I will start there thanks – twal Jan 20 '11 at 15:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.