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 has been archived by the owner on Nov 1, 2018. It is now read-only.
By default templates will create a web.config //aspNetCore/@arguments set to %LAUNCHER_ARGS%. publish-iis only touches the processPath attribute. As a result the web.config looks like this:
By default templates will create a web.config
//aspNetCore/@arguments
set to%LAUNCHER_ARGS%
. publish-iis only touches the processPath attribute. As a result the web.config looks like this:On full IIS the arguments are passed verbatim to .MyApp.exe and the app does not start.
The text was updated successfully, but these errors were encountered: