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

Wrong processPath attribute value in published web.config for project name containing dot #93

Closed
Scarat opened this issue Mar 8, 2016 · 0 comments
Assignees
Milestone

Comments

@Scarat
Copy link

Scarat commented Mar 8, 2016

Published web.config processPath attribute has wrong value when project folder contains dot. My project name is "MyProject.Api" which is then transformed by Path.ChangeExtension to "MyProject.exe". It should be "MyProject.Api.exe" because thats the name of the executable.

https://github.com/aspnet/IISIntegration/blob/dev/src/dotnet-publish-iis/PublishIISCommand.cs#L56

Current approach works only for project names that does not contain dot in their name. It should always add ".exe" extension.

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

4 participants