Brief
Contains all the errors occurred for me while working with .NET Core Web Application.
- HTTP Error 500.24 - Internal Server Error - An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
This happens when running new created .net core - web application from the visual studio.
fig. Error
Solution1: Simply run your application from command line.
Solution2: Simply use your project name instead of the IIS Express and run your project.
This happens when running new created .net core - web application from the visual studio.
fig. Error
Comments
Post a Comment