Hi,
When I run a Core Web Application through IIS, why I get this error?
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
I created a basic default Core Web Application with Authentication (Individual User Accounts). I then published (File System) in release mode to a new directory.
At IIS, I add a new Website and point to this new directory then hit Browse, error above occurs.
Note: I didn't add any pages/middlewares/plugins/etc. when creating the default Core site (I simply create new website and published)...and at IIS, the site has default Application Pools below;
.Net CLR Version = v4.0
Managed Pipeline Mode = Integrated
Identity = ApplicationPoolIdentity
How to run Core 1.0 on IIS 10?
Thanks,