Skip to content

Commit f19e304

Browse files
authored
Merge pull request #187 from aspnetzero/maliming/webconfig
Add some tips for deploying to IIS.
2 parents a2f3c74 + 74e60af commit f19e304

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/en/Deployment-Angular-Publish-IIS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Publishing ASP.NET Zero Host project is no different to any other ASP.NET Core A
2525

2626
<img src="images/iis-core-publish-configure-app-pool.png">
2727

28+
The project contains a `web.config` file, its contents may be changed during development, please check the` web.config` file after publishing, especially the `ASPNETCORE_ENVIRONMENT` setting.
29+
2830
Check [Host ASP.NET Core on Windows with IIS](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-2.1) document for more detail.
2931

3032
## Angular Application Publishing

docs/en/Deployment-Mvc-Core-IIS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Publishing ASP.NET Zero Core MVC project is no different to any other ASP.NET Co
2424
<img src="images/iis-core-publish-configure-app-pool.png">
2525

2626

27+
The project contains a `web.config` file, its contents may be changed during development, please check the` web.config` file after publishing, especially the `ASPNETCORE_ENVIRONMENT` setting.
28+
2729
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Core Hosting Bundle](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-2.1#install-the-net-core-hosting-bundle).
2830

2931
For more information see [Host ASP.NET Core on Windows with IIS](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-2.1) document

0 commit comments

Comments
 (0)