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

Remove %LAUNCHER_ARGS% for standalone apps #150

Closed
@moozzyk

Description

@moozzyk

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions