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
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/aspnet-core-module.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ For more information and configuration guidance, see the following topics:
27
27
28
28
## Install ASP.NET Core Module (ANCM)
29
29
30
-
The ASP.NET Core Module (ANCM) is installed with the .NET Core Runtime from the [.NET Core Hosting Bundle](xref:host-and-deploy/iis/hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
30
+
The ASP.NET Core Module (ANCM) is installed with the .NET Runtime from the [.NET Hosting Bundle](xref:host-and-deploy/iis/hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
For more information, including installing an earlier version of the module, see <xref:host-and-deploy/iis/hosting-bundle>.
39
39
@@ -143,7 +143,7 @@ The ASP.NET Core Module can also:
143
143
144
144
## How to install and use the ASP.NET Core Module (ANCM)
145
145
146
-
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
146
+
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
147
147
148
148
[!INCLUDE[](~/includes/announcements.md)]
149
149
@@ -560,7 +560,7 @@ The ASP.NET Core Module can also:
560
560
561
561
## How to install and use the ASP.NET Core Module (ANCM)
562
562
563
-
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
563
+
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). The ASP.NET Core Module is forward and backward compatible with [in-support releases of .NET](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle).
564
564
565
565
[!INCLUDE[](~/includes/announcements.md)]
566
566
@@ -877,7 +877,7 @@ The ASP.NET Core Module can also:
877
877
878
878
## How to install and use the ASP.NET Core Module (ANCM)
879
879
880
-
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
880
+
For instructions on how to install the ASP.NET Core Module, see [Install the .NET Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/azure-apps/index.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,17 +50,17 @@ The platform architecture (x86/x64) of an App Services app is set in the app's s
50
50
51
51
:::moniker range=">= aspnetcore-2.2"
52
52
53
-
ASP.NET Core apps can be published [framework-dependent](/dotnet/core/deploying/) because the runtimes for 64-bit (x64) and 32-bit (x86) apps are present on Azure App Service. The [.NET Core SDK](/dotnet/core/sdk) available on App Service is 32-bit, but you can deploy 64-bit apps built locally using the [Kudu](https://github.com/projectkudu/kudu/wiki) console or the publish process in Visual Studio. For more information, see the [Publish and deploy the app](#publish-and-deploy-the-app) section.
53
+
ASP.NET Core apps can be published [framework-dependent](/dotnet/core/deploying/) because the runtimes for 64-bit (x64) and 32-bit (x86) apps are present on Azure App Service. The [.NET SDK](/dotnet/core/sdk) available on App Service is 32-bit, but you can deploy 64-bit apps built locally using the [Kudu](https://github.com/projectkudu/kudu/wiki) console or the publish process in Visual Studio. For more information, see the [Publish and deploy the app](#publish-and-deploy-the-app) section.
54
54
55
55
:::moniker-end
56
56
57
57
:::moniker range="< aspnetcore-2.2"
58
58
59
-
For apps with native dependencies, runtimes for 32-bit (x86) apps are present on Azure App Service. The [.NET Core SDK](/dotnet/core/sdk) available on App Service is 32-bit.
59
+
For apps with native dependencies, runtimes for 32-bit (x86) apps are present on Azure App Service. The [.NET SDK](/dotnet/core/sdk) available on App Service is 32-bit.
60
60
61
61
:::moniker-end
62
62
63
-
For more information on .NET Core framework components and distribution methods, such as information on the .NET Core runtime and the .NET Core SDK, see [About .NET Core: Composition](/dotnet/core/about#composition).
63
+
For more information on .NET framework components and distribution methods, such as information on the .NET runtime and the .NET SDK, see [About .NET: Composition](/dotnet/core/about#composition).
64
64
65
65
### Packages
66
66
@@ -142,28 +142,28 @@ When swapping between deployment slots, any system using data protection won't b
142
142
For more information, see <xref:security/data-protection/implementation/key-storage-providers>.
## Deploy an ASP.NET Core app that uses a .NET Core preview
145
+
## Deploy an ASP.NET Core app that uses a .NET preview
146
146
147
-
To deploy an app that uses a preview release of .NET Core, see the following resources. These approaches are also used when the runtime is available but the SDK hasn't been installed on Azure App Service.
147
+
To deploy an app that uses a preview release of .NET, see the following resources. These approaches are also used when the runtime is available but the SDK hasn't been installed on Azure App Service.
148
148
149
-
*[Specify the .NET Core SDK Version using Azure Pipelines](#specify-the-net-core-sdk-version-using-azure-pipelines)
149
+
*[Specify the .NET SDK Version using Azure Pipelines](#specify-the-net-core-sdk-version-using-azure-pipelines)
150
150
*[Deploy a self-contained preview app](#deploy-a-self-contained-preview-app)
151
151
*[Use Docker with Web Apps for containers](#use-docker-with-web-apps-for-containers)
152
152
*[Install the preview site extension](#install-the-preview-site-extension)
153
153
154
-
See [Select the .NET Core version to use](/dotnet/core/versions/selection) for information on selecting the version of the .NET SDK for self-contained deployments.
154
+
See [Select the .NET version to use](/dotnet/core/versions/selection) for information on selecting the version of the .NET SDK for self-contained deployments.
155
155
156
-
### Specify the .NET Core SDK Version using Azure Pipelines
156
+
### Specify the .NET SDK Version using Azure Pipelines
157
157
158
158
Use [Azure App Service CI/CD scenarios](/azure/app-service/deploy-continuous-deployment) to set up a continuous integration build with Azure DevOps. After the Azure DevOps build is created, optionally configure the build to use a specific SDK version.
159
159
160
-
#### Specify the .NET Core SDK version
160
+
#### Specify the .NET SDK version
161
161
162
-
When using the App Service deployment center to create an Azure DevOps build, the default build pipeline includes steps for `Restore`, `Build`, `Test`, and `Publish`. To specify the SDK version, select the **Add (+)** button in the Agent job list to add a new step. Search for **.NET Core SDK** in the search bar.
162
+
When using the App Service deployment center to create an Azure DevOps build, the default build pipeline includes steps for `Restore`, `Build`, `Test`, and `Publish`. To specify the SDK version, select the **Add (+)** button in the Agent job list to add a new step. Search for **.NET SDK** in the search bar.
163
163
164
-

164
+

165
165
166
-
Move the step into the first position in the build so that the steps following it use the specified version of the .NET Core SDK. Specify the version of the .NET Core SDK. In this example, the SDK is set to `3.0.100`.
166
+
Move the step into the first position in the build so that the steps following it use the specified version of the .NET SDK. Specify the version of the .NET SDK. In this example, the SDK is set to `3.0.100`.
@@ -209,7 +209,7 @@ If a problem occurs using the preview site extension, open an [dotnet/AspNetCore
209
209
1. Select **OK** to accept the legal terms.
210
210
1. Select **OK** to install the extension.
211
211
212
-
When the operation completes, the latest .NET Core preview is installed. Verify the installation:
212
+
When the operation completes, the latest .NET preview is installed. Verify the installation:
213
213
214
214
1. Select **Advanced Tools**.
215
215
1. Select **Go** in **Advanced Tools**.
@@ -249,7 +249,7 @@ For the placeholder `{SITE NAME}`, use the app's name in Azure App Service (for
249
249
250
250
For a 64-bit deployment:
251
251
252
-
* Use a 64-bit .NET Core SDK to build a 64-bit app.
252
+
* Use a 64-bit .NET SDK to build a 64-bit app.
253
253
* Set the **Platform** to **64 Bit** in the App Service's **Configuration** > **General settings**. The app must use a Basic or higher service plan to enable the choice of platform bitness.
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/azure-iis-errors-reference.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The list of errors in this topic isn't exhaustive. If you encounter an error not
42
42
43
43
Troubleshooting:
44
44
45
-
Non-OS files in the **C:\Windows\SysWOW64\inetsrv** directory aren't preserved during an OS upgrade. If the ASP.NET Core Module is installed prior to an OS upgrade and then any app pool is run in 32-bit mode after an OS upgrade, this issue is encountered. After an OS upgrade, repair the ASP.NET Core Module. See [Install the .NET Core Hosting bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). Select **Repair** when the installer is run.
45
+
Non-OS files in the **C:\Windows\SysWOW64\inetsrv** directory aren't preserved during an OS upgrade. If the ASP.NET Core Module is installed prior to an OS upgrade and then any app pool is run in 32-bit mode after an OS upgrade, this issue is encountered. After an OS upgrade, repair the ASP.NET Core Module. See [Install the .NET Hosting bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle). Select **Repair** when the installer is run.
46
46
47
47
## Missing site extension, 32-bit (x86) and 64-bit (x64) site extensions installed, or wrong process bitness set
48
48
@@ -155,11 +155,11 @@ Troubleshooting:
155
155
156
156
* Confirm that the proper role is enabled. See [IIS Configuration](xref:host-and-deploy/iis/index#iis-configuration).
157
157
158
-
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Core Hosting Bundle.
158
+
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Hosting Bundle.
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
162
+
For more information, see [Install the .NET Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
163
163
164
164
* Make sure that the **Application Pool** > **Process Model** > **Identity** is set to **ApplicationPoolIdentity** or the custom identity has the correct permissions to access the app's deployment folder.
165
165
@@ -191,13 +191,13 @@ Troubleshooting:
191
191
192
192
* For an FDD, *dotnet.exe* might not be accessible for the user identity of the app pool. Confirm that the app pool user identity has access to the *C:\Program Files\dotnet* directory. Confirm that there are no deny rules configured for the app pool user identity on the *C:\Program Files\dotnet* and app directories.
193
193
194
-
* An FDD may have been deployed and .NET Core installed without restarting IIS. Either restart the server or restart IIS by executing **net stop was /y** followed by **net start w3svc** from a command prompt.
194
+
* An FDD may have been deployed and .NET installed without restarting IIS. Either restart the server or restart IIS by executing **net stop was /y** followed by **net start w3svc** from a command prompt.
195
195
196
-
* An FDD may have been deployed without installing the .NET Core runtime on the hosting system. If the .NET Core runtime hasn't been installed, run the **.NET Core Hosting Bundle installer** on the system.
196
+
* An FDD may have been deployed without installing the .NET runtime on the hosting system. If the .NET runtime hasn't been installed, run the **.NET Hosting Bundle installer** on the system.
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
200
+
For more information, see [Install the .NET Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
201
201
202
202
If a specific runtime is required, download the runtime from the [.NET Downloads](https://dotnet.microsoft.com/download/dotnet) page and install it on the system. Complete the installation by restarting the system or restarting IIS by executing **net stop was /y** followed by **net start w3svc** from a command prompt.
203
203
@@ -217,7 +217,7 @@ Troubleshooting:
217
217
218
218
* Examine the *arguments* attribute on the `<aspNetCore>` element in *web.config* to confirm that it's either (a) `.\{ASSEMBLY}.dll` for a framework-dependent deployment (FDD); or (b) not present, an empty string (`arguments=""`), or a list of the app's arguments (`arguments="{ARGUMENT_1}, {ARGUMENT_2}, ... {ARGUMENT_X}"`) for a self-contained deployment (SCD).
0 commit comments