Just started.... HTTP Error 500.22 - Internal Server Error
IanM
Posted on
Feb 12 2015
Hi, Just starting out evaluating RG. Followed the instructions for MVC and I now get a
"HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode."
I was hoping this would be a easy as described but do I need to make changes to IIS Express ? (although site is broken when I upload to Azure also)
Any help greatly appreciated - sorry just a beginner.
John-Daniel Trask
Raygun
Posted on
Feb 12 2015
Hi Ian,
Sorry to hear you're having trouble. This is usually a sign that you have enabled Classic pipeline mode, or have .NET 2 enabled on your IIS site.
Could you take a look at this thread and let me know what solution fixes it for you? http://stackoverflow.com/questions/7370513/http-error-500-22-internal-server-error-an-asp-net-setting-has-been-detected
I suspect it's just enabling the integrated pipeline which shipped with IIS7 many years ago. Also make sure your App Pool is set to use something like .NET 4.
I hope that helps Ian,
John-Daniel