IIS - HTTP Error 500.19

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I installed NopCommerce on my local server and it works using IIS Express http://localhost:15536/

However when I try to run it in IIS, I get an error:
HTTP Error 500.19 - Internal Server Error

The logs show:
The remote server returned an error: (500) Internal Server Error.
Full message  
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, NameValueCollection data)
   at Nop.Services.Tasks.TaskThread.Run()

Thank you in advance

Nick
6 years ago
Are you working with which version of nopcommerce?
6 years ago
4.00
6 years ago
Did you install .net core windows server hosting bundal.

If not than you can download from here.

https://aka.ms/dotnetcore-2-windowshosting. and install.

After it will work.

Furthermore you have to read below url for hosting on local iis or server.

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?tabs=aspnetcore2x.
6 years ago
Thank you for your help. I installed .net core. But now I get a different error
HTTP Error 502.5 - Process Failure
6 years ago
.Net core is installed correctly, but I still get an error. I looked in the event viewer and it shows the following error

Application 'MACHINE/WEBROOT/APPHOST/MAIN.NOPCOMMERCETEST.COM' with physical root 'C:\inetpub\wwwroot\NOPCommerce\Presentation\Nop.Web\' failed to start process with commandline '%LAUNCHER_PATH% %LAUNCHER_ARGS%', ErrorCode = '0x80070002 : 0.
6 years ago
Can you please stop server and again restart the server?

Before this you have to furnish read and write permission to your root folder.
6 years ago
I restarted IIS.

To which user should I give the read/write permission?
6 years ago
I think system but you should provide every user.
6 years ago
I updated permissions to everyone, but I still have the same issue
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.