Hi, i’m using MVC 4 in Visual Studio 2013, making the music store tutorial, but now from nothing the localhost doesn’t open.
http://localhost:49327/
HTTP Error 500.19 – Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
I’m using Google Chrome.
Any ideia why it gives a error now?
Hello,
have you checked Google for this problem it’s seems that there are many solutions and explanations in the internet about your problem ,
for example: http://support.microsoft.com/kb/942055
http://stackoverflow.com/questions/18620654/500-19-internal-server-error-the-requested-page-cannot-be-accessed-because-t
Hello,
You should disable the custom errors via your web.config. The problem could be your database connection string.
Regards
Please post the full stack trace or full error message. It looks like some kind of wrong configuration in web.config
Hi MAMB,
Base on the error message, the issue is related to the web.config file. Maybe the format is incorrect.
Please provide the detail error message.
On the other hand, I suggest you should to check the web.config file whether it is correct.
# MVC Music Store
http://www.asp.net/mvc/tutorials/mvc-music-store/mvc-music-store-part-1
Best Regards
Starain