After publishing an ASP.NET Web App, I'm trying to host the website on my local server. However, when I start it up, it gives me this error in my browser:
Oops. 500 Internal Server Error An error occurred while starting the
application.
How can I debug what this error is? The website works (both Debug and Release configurations) when starting using IISExpress and "web" in Visual Studio.
I am using the Development environment, and I have already specified app.UseDeveloperExceptionPage();
.
I have followed the instructions here to deploy to IIS.
I've also tried the suggestion offered here (re-publishing with "Delete all existing files prior to publish" selected). (The OP there has a slightly different error, so that's why I'm posting a new question.)
I've looked for hours on the internet, but there doesn't seem to be much content about it. Any ideas?
I am on Windows 7, using ASP.NET 5 RC1.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…