Skip to content
This repository has been 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 opened this issue Mar 30, 2016 · 1 comment
Closed

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

moozzyk opened this issue Mar 30, 2016 · 1 comment
Assignees
Milestone

Comments

@moozzyk
Copy link
Contributor

moozzyk commented Mar 30, 2016

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

@muratg muratg added this to the 1.0.0-rc2 milestone Apr 5, 2016
@moozzyk moozzyk changed the title publish-iis needs to understand portable vs. shared contained apps publish-iis needs to understand portable vs. self contained apps Apr 15, 2016
moozzyk pushed a commit that referenced this issue Apr 15, 2016
moozzyk pushed a commit that referenced this issue Apr 15, 2016
@moozzyk
Copy link
Contributor Author

moozzyk commented Apr 15, 2016

Fixed in 1410a5a

@moozzyk moozzyk closed this as completed Apr 15, 2016
jkotalik pushed a commit that referenced this issue Dec 8, 2017
#109)

* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable to check whether the backend is listening on given port.

* Use socket instead of calling GetExtendedTcpTable to check if the backend process listens on given port since Antares blocks couple APIs

* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable

* update format

* format change
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

3 participants