Skip to content

Commit 11952dc

Browse files
Copilotdanroth27
andcommitted
Replace .NET Core with .NET in security and host-and-deploy documentation
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
1 parent 925af6f commit 11952dc

30 files changed

Lines changed: 181 additions & 181 deletions

aspnetcore/host-and-deploy/aspnet-core-module.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ For more information and configuration guidance, see the following topics:
2727

2828
## Install ASP.NET Core Module (ANCM)
2929

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).
3131

3232
[!INCLUDE[](~/includes/announcements.md)]
3333

3434
Download the installer using the following link:
3535

36-
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
36+
[Current .NET Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
3737

3838
For more information, including installing an earlier version of the module, see <xref:host-and-deploy/iis/hosting-bundle>.
3939

@@ -143,7 +143,7 @@ The ASP.NET Core Module can also:
143143

144144
## How to install and use the ASP.NET Core Module (ANCM)
145145

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).
147147

148148
[!INCLUDE[](~/includes/announcements.md)]
149149

@@ -560,7 +560,7 @@ The ASP.NET Core Module can also:
560560

561561
## How to install and use the ASP.NET Core Module (ANCM)
562562

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).
564564

565565
[!INCLUDE[](~/includes/announcements.md)]
566566

@@ -877,7 +877,7 @@ The ASP.NET Core Module can also:
877877

878878
## How to install and use the ASP.NET Core Module (ANCM)
879879

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).
881881

882882
## Configuration with web.config
883883

aspnetcore/host-and-deploy/azure-apps/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ The platform architecture (x86/x64) of an App Services app is set in the app's s
5050

5151
:::moniker range=">= aspnetcore-2.2"
5252

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.
5454

5555
:::moniker-end
5656

5757
:::moniker range="< aspnetcore-2.2"
5858

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.
6060

6161
:::moniker-end
6262

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).
6464

6565
### Packages
6666

@@ -142,28 +142,28 @@ When swapping between deployment slots, any system using data protection won't b
142142
For more information, see <xref:security/data-protection/implementation/key-storage-providers>.
143143
<a name="deploy-aspnet-core-preview-release-to-azure-app-service"></a>
144144

145-
## Deploy an ASP.NET Core app that uses a .NET Core preview
145+
## Deploy an ASP.NET Core app that uses a .NET preview
146146

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.
148148

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)
150150
* [Deploy a self-contained preview app](#deploy-a-self-contained-preview-app)
151151
* [Use Docker with Web Apps for containers](#use-docker-with-web-apps-for-containers)
152152
* [Install the preview site extension](#install-the-preview-site-extension)
153153

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.
155155

156-
### Specify the .NET Core SDK Version using Azure Pipelines
156+
### Specify the .NET SDK Version using Azure Pipelines
157157

158158
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.
159159

160-
#### Specify the .NET Core SDK version
160+
#### Specify the .NET SDK version
161161

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.
163163

164-
![Add the .NET Core SDK step](index/add-sdk-step.png)
164+
![Add the .NET SDK step](index/add-sdk-step.png)
165165

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`.
167167

168168
![Completed SDK step](index/sdk-step-first-place.png)
169169

@@ -209,7 +209,7 @@ If a problem occurs using the preview site extension, open an [dotnet/AspNetCore
209209
1. Select **OK** to accept the legal terms.
210210
1. Select **OK** to install the extension.
211211

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:
213213

214214
1. Select **Advanced Tools**.
215215
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
249249
250250
For a 64-bit deployment:
251251
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.
253253
* 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.
254254
255255
:::moniker-end

aspnetcore/host-and-deploy/azure-iis-errors-reference.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The list of errors in this topic isn't exhaustive. If you encounter an error not
4242

4343
Troubleshooting:
4444

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.
4646

4747
## Missing site extension, 32-bit (x86) and 64-bit (x64) site extensions installed, or wrong process bitness set
4848

@@ -155,11 +155,11 @@ Troubleshooting:
155155

156156
* Confirm that the proper role is enabled. See [IIS Configuration](xref:host-and-deploy/iis/index#iis-configuration).
157157

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.
159159

160-
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
160+
[Current .NET Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
161161

162-
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).
163163

164164
* 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.
165165

@@ -191,13 +191,13 @@ Troubleshooting:
191191

192192
* 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.
193193

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.
195195

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.
197197

198-
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
198+
[Current .NET Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
199199

200-
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).
201201

202202
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.
203203

@@ -217,7 +217,7 @@ Troubleshooting:
217217

218218
* 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).
219219

220-
## Missing .NET Core shared framework
220+
## Missing .NET shared framework
221221

222222
* **Browser:** HTTP Error 500.0 - ANCM In-Process Handler Load Failure
223223

0 commit comments

Comments
 (0)