Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Remove %LAUNCHER_ARGS% for standalone apps #150

Closed
moozzyk opened this issue Apr 21, 2016 · 1 comment
Closed

Remove %LAUNCHER_ARGS% for standalone apps #150

moozzyk opened this issue Apr 21, 2016 · 1 comment
Assignees
Milestone

Comments

@moozzyk
Copy link
Contributor

moozzyk commented Apr 21, 2016

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:

 <aspNetCore processPath=".\MyApp.exe" arguments="%LAUNCHER_ARGS%" ...

On full IIS the arguments are passed verbatim to .MyApp.exe and the app does not start.

@moozzyk
Copy link
Contributor Author

moozzyk commented Apr 22, 2016

Fixed in 4d24efc

@moozzyk moozzyk closed this as completed Apr 22, 2016
@moozzyk moozzyk added the bug label Apr 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant