AspNetCoreModule
AspNetCoreModule copied to clipboard
Inprocess: Usability: the event log error message of failing to start in-process applications should include the process mode information
When users set the process mode with "inprocess" and the application actually does not support the inprocess mode, it will fail after request time out (2 minutes) and there will be an event error like this.
<><><> Application '/LM/W3SVC/3/ROOT/Standard' with physical root 'c:\inetpub\wwwroot\Standard' failed to load clr and managed application, ErrorCode = '0x80070102. <><><>
I think the event error message should clearly explain that the given process mode is "inprocess" and it fails to start the application in inprocess mode so that users can easily figure out the problem with the event error message.