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.
dotnet publish does not create the wwwroot folder if there are no files in the wwwroot folder. When publish-iis runs, it needs to add the web.config to the wwwroot folder and it fails when the folder is not present.
e.g:
Configuring the following project for use with IIS: 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64'
No web.config found. Creating 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64\wwwroot\web.config'
Could not find a part of the path 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64\wwwroot\web.config'.
The text was updated successfully, but these errors were encountered:
dotnet publish does not create the wwwroot folder if there are no files in the wwwroot folder. When publish-iis runs, it needs to add the web.config to the wwwroot folder and it fails when the folder is not present.
e.g:
Configuring the following project for use with IIS: 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64'
No web.config found. Creating 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64\wwwroot\web.config'
Could not find a part of the path 'd:\dotnet\web\KWebDemo\KWebDemo\src\KTestingDemo\bin\Debug\dnxcore50\win7-x64\wwwroot\web.config'.
The text was updated successfully, but these errors were encountered: