asp.net core Application '/LM/W3SVC/10/ROOT' failed to start process with commandline ErrorCode = '0x80070005'

0

On my server I can start the .exe and see my WebSite from localhost:5000 whitout any problem. But it's not the case from the internet. When i check server log I see this :

Application '/LM/W3SVC/10/ROOT' with physical root 'C:\inetpub\wwwroot...\httpdocs\' failed to start process with commandline 'C:\inetpub\wwwroot...\httpdocs\MyAppli.exe ' at stage 'AssignProcessToJobObject', ErrorCode = '0x80070005', assigned port 29500, retryCounter

And when I try to the log IIS AspNetCore Module V2 cannot create for the same reason :

Warning: Could not create stdoutLogFile D:\inetpub\wwwroot...\httpdocs\logs\stdout_20190903015718_3008.log, ErrorCode = '0x80070005'.

Any great suggestion will BE REALLY APPRECIATE

command-line
asked on Super User Sep 3, 2019 by Serge

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0