You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: