Error 500.19 after delpoying to IIS 10

I have not been able to successfully get my first project to deploy to IIS 10. I have installed aspNET Core 1 and 2, and IIS URL Rewrite module.

No radzen_#####_##########.log file is created.

Here’s the error when trying to open the project in the browser:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x8007000d
Config Error
Config File \?\C:\inetpub\wwwroot\test-2\web.config
Requested URL http://localhost:80/test-2
Physical Path C:\inetpub\wwwroot\test-2
Logon Method Not yet determined
Logon User Not yet determined

Config Source:
-1:
0:

Any help would be greatly appreciated.

Hi,

This error can be caused by various reasons:

Maybe in your case adding IIS_IUSRS with full permissions will fix the problem.

Best Regards,
Vladimir

Thanks I just tried to add IIS_IUSRS with full permissions to everywhere in inetpub (couldn’t apply it to the custerr subfolders) but the same error still comes up.

Hi,

Can you verify once again that you have .NET Core 1.x Windows Server Hosting installed? Here is how it looks on my end:

Best Regards,
Vladimir

1 Like

Thank you so much for the printscreen. I see now that I had .Net Core SDK installed instead of the Windows Server Hosting bundles. I may have gone a little overkill, but I installed a few Windows Server Hosting bundles and now it works. Thanks again!