You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
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.
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.