parent
acf663cfc2
commit
9294c186b6
|
@ -92,7 +92,7 @@ The *web.config* file configures the [ASP.NET Core Module](xref:fundamentals/ser
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
```
|
||||
|
||||
If a *web.config* file isn't present the project, the file is created with the correct *processPath* and *arguments* to configure the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) and moved to [published output](xref:host-and-deploy/directory-structure).
|
||||
If a *web.config* file isn't present in the project, the file is created with the correct *processPath* and *arguments* to configure the [ASP.NET Core Module](xref:fundamentals/servers/aspnet-core-module) and moved to [published output](xref:host-and-deploy/directory-structure).
|
||||
|
||||
If a *web.config* file is present in the project, the file is transformed with the correct *processPath* and *arguments* to configure the ASP.NET Core Module and moved to published output. The transformation doesn't modify IIS configuration settings in the file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue