Answered by:
Deploying website: 500 - Internal server error.

Question
-
User-834974711 posted
Hi,
I first time tying deploy ASP.NET MVC3 Web App and after upload files and made database I had problems with diplaying sites...I was redirected to "page not found'. After add <customErrors mode="Off"/> to web config I get following error:
Hi,
I first time tying deploy ASP.NET MVC3 Web App and after upload files and made database I had problems with diplaying sites...I was redirected to "page not found'. After add <customErrors mode="Off"/> to web config I get following error:
Server Error
<fieldset>500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
</fieldset>What I need to do now?
Monday, March 21, 2011 9:22 PM
Answers
-
User401360897 posted
This will tell you what exceptilon you are getting
http://weblogs.asp.net/imranbaloch/archive/2011/03/14/monitoring-asp-net-mvc-application.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 22, 2011 11:08 PM
All replies
-
User1196771204 posted
hi jj09,
you may need to login to the server to check for the "real error message".
500 Internal Server Error message is just too generic and it does not tell you the whole picture of the problem. If you are hosting this site on a shared host, you may need to contact the provider to retrieve the real error message.Monday, March 21, 2011 10:51 PM -
User401360897 posted
Just diagnose it
http://bradwilson.typepad.com/blog/2010/03/diagnosing-aspnet-mvc-problems.html
Monday, March 21, 2011 10:56 PM -
User197322208 posted
in addition of imran:
if you deploy a Hello world webforms application, does it works?
if you deploy a Hello world mvc application, does it works?
Tuesday, March 22, 2011 12:38 AM -
User1682618242 posted
In addition to what was already said please read this as well:
Tuesday, March 22, 2011 2:08 AM -
User-834974711 posted
After changes in Webconfig file (to see the errors) I get that msg:
The page cannot be displayed because an internal server error has occurred.
This is my website: http://pm.studentlive.pl/
Moreover: the http://pm.studentlive.pl/Home/Info page is working...
Hello World is working good...
Tuesday, March 22, 2011 5:52 PM -
User401360897 posted
This will tell you what exceptilon you are getting
http://weblogs.asp.net/imranbaloch/archive/2011/03/14/monitoring-asp-net-mvc-application.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 22, 2011 11:08 PM