IIS Server error on Windows 2019 Server - Nop 4.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
How to configure IIS Server on Windows Server 2019 for Nop 4.2

I have installed visual studio 2017 and installed .net core 2.2 which is working fine.
When i deploy code on the same server getting 500.19 error.

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\nop42\web.config
4 years ago
Did you install .Net Core and other requirements ?
https://docs.nopcommerce.com/user-guide/installing/technology-system-requirements.html
Add Permissions on the SQL server and web directory ?
4 years ago
I have already followed the installation steps.

Given administrator access to run the .net pool as well as connecting the db from sa account.
Need steps to configure IIS server for Nop 4.2
4 years ago
Share error the details error. To get details error open the webconfig file then set stdoutLogEnabled=true.
The check the log files in C:\inetpub\wwwroot\nopCommerce42\Logs
You can also check Windows Event Logs

Also many other have this common error – check their posts
https://www.nopcommerce.com/boards/search?searchterms=500.19
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.