Application '/LM/W3SVC/10/ROOT' failed to start process at stage 'AssignProcessToJobObject', ErrorCode = '0x80070005'

0

Under Win server 2008 R2 I have delpolyed a ASP.NET MVC Core 2.2 application. On the server when I start my application (right click on .exe) everything work(on the server browser i can use my web site). When i try with the real url I see this error in the log (access denied) :

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

Even the log of this error cannot be created :

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

Any idea? Thanks of everyone.

asp.net-mvc
asp.net-core
asked on Stack Overflow Sep 4, 2019 by Serge • edited Sep 27, 2019 by tereško

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0