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.

publish-iis needs to understand portable vs. self contained apps #109

Closed
@moozzyk

Description

@moozzyk

Currently publish-iis always sets processPath attribute to the exe - e.g. (processPath="..\myapp.exe"). If the application is using the shared runtime there will be no .exe and the config file should look differently - processPath="dotnet" arguments="..\myapp.dll"

Note that IIS runs using its own account and dotnet may not be on the path/accessible - we will probably need some guidance about this.
/cc @danroth27

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions