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
User contributions licensed under CC BY-SA 3.0