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: docs/deployment/choosing-a-clickonce-update-strategy.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ ms.workload:
115
115
No prompting for trust levels will occur if you use Trusted Application Deployment. For more information, see [Trusted application deployment overview](../deployment/trusted-application-deployment-overview.md).
116
116
117
117
## See also
118
-
\<xref:System.Deployment.Application>
118
+
-<xref:System.Deployment.Application>
119
119
-[ClickOnce security and deployment](../deployment/clickonce-security-and-deployment.md)
120
120
-[Choose a ClickOnce deployment strategy](../deployment/choosing-a-clickonce-deployment-strategy.md)
Copy file name to clipboardExpand all lines: docs/deployment/deploying-applications-services-and-components-resources.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Get help for your deployment task:
25
25
26
26
- Not sure what deployment option to choose? See [What publishing options are right for me?](#what-publishing-options-are-right-for-me)
27
27
- For help with deployment issues for Azure App Service or IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
28
-
- For help to configure .NET deployment settings, see [Configure .NET deployment settings](#configure-net-deployment-settings).
28
+
- For help with configuring .NET deployment settings, see [Configure .NET deployment settings](#configure-net-deployment-settings).
29
29
- To deploy to a new target, if you have previously created a publish profile, select **New** from the **Publish** window for a configured profile.
30
30
31
31

@@ -110,16 +110,16 @@ For more information:
110
110
111
111
### Azure Virtual Machine
112
112
113
-
[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/)let you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
113
+
[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/)lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
114
114
115
115
Scaling an application that's hosted on virtual machines involves spinning up additional VMs according to demand and then deploying the necessary software. This additional level of control lets you scale differently in different global regions. For example, if your application is serving employees in a variety of regional offices, you can scale your VMs according to the number of employees in those regions, potentially reducing costs.
116
116
117
-
For additional information, refer to the [detailed comparison](/azure/architecture/guide/technology-choices/compute-decision-tree) between Azure App Service, Azure Virtual Machines, and other Azure services that you can use as a deployment target using the Custom option in Visual Studio.
117
+
For additional information, see the [detailed comparison](/azure/architecture/guide/technology-choices/compute-decision-tree) between Azure App Service, Azure Virtual Machines, and other Azure services that you can use as a deployment target using the Custom option in Visual Studio.
118
118
119
119
#### When to choose Azure Virtual Machines
120
120
121
121
- You want to deploy a web application that's accessible through the Internet, with full control over the lifetime of assigned IP addresses.
122
-
- You need machine-level customizations on your servers, which includes additional software such as a specialized database system, specific networking configurations, disk partitions, and so forth.
122
+
- You need machine-level customizations on your servers, which include additional software such as a specialized database system, specific networking configurations, disk partitions, and so forth.
123
123
- You want a fine level of control over scaling of your web application.
124
124
- You need direct access to the servers hosting your application for any other reason.
125
125
@@ -140,15 +140,15 @@ For more information, see the following:
140
140
141
141
## Folder
142
142
143
-
Deploying to the file system means to simply copy your application's files to a specific folder on your own computer. This is most often used for testing purposes, or to deploy the application for use by a limited number of people if the computer is also running a server. If the target folder is shared on a network, then deploying to the file system can make the web application files available to others who might then deploy it to specific servers.
143
+
Deploying to the file system means to copy your application's files to a specific folder on your own computer. Deploying to a folder is most often used for testing purposes, or to deploy the application for use by a limited number of people if the computer is also running a server. If the target folder is shared on a network, then deploying to the file system can make the web application files available to others who might then deploy it to specific servers.
144
144
::: moniker range=">=vs-2019"
145
145
Starting with Visual Studio 2019 16.8, the folder target includes the ability to publish a .Net Windows application using ClickOnce.
146
146
147
147
If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
148
148
::: moniker-end
149
149
Any local machines that are running a server can make your application available through the Internet or an Intranet depending on how it's configured and the networks to which it's connected. (If you do connect a computer directly to the Internet, be especially careful to protect it from external security threats.) Because you manage these machines, you're in complete control of the software and hardware configurations.
150
150
151
-
Note that if for any reason (such as machine access) you are not able to use cloud services like Azure App Service or Azure Virtual Machines, you can use the [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) in your own datacenter. The Azure Stack allows you to manage and use computing resources through Azure App Service and Azure Virtual Machines while yet keeping everything on-premises.
151
+
If for any reason (such as machine access) you are not able to use cloud services like Azure App Service or Azure Virtual Machines, you can use the [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) in your own datacenter. The Azure Stack allows you to manage and use computing resources through Azure App Service and Azure Virtual Machines while yet keeping everything on-premises.
152
152
153
153
### When to choose file system deployment
154
154
@@ -174,7 +174,7 @@ For additional help to choose your settings, see the following:
174
174
175
175
An FTP/FTPS server lets you deploy your application to a server other than Azure. It can deploy to a file system or any other server (Internet or Intranet) to which you have access, including those on other cloud services. It can work with web deploy (files or .ZIP) and FTP.
176
176
177
-
When choosing a FTP/FTPS server, Visual Studio prompts you for a profile name, and then collect additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
177
+
When choosing a FTP/FTPS server, Visual Studio prompts you for a profile name, and then collects additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
178
178
179
179
- The configuration you want to deploy.
180
180
- Whether to remove existing files from the destination.
@@ -193,7 +193,7 @@ You can create any number of FTP/FTPS deployment profiles in Visual Studio, maki
193
193
194
194
An IIS web server lets you deploy your application to a web server other than Azure. It can deploy to an IIS server (Internet or Intranet) to which you have access, including those on other cloud services. It can work with Web Deploy or a Web Deploy package.
195
195
196
-
When choosing an IIS web server, Visual Studio prompts you for a profile name, and then collect additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
196
+
When choosing an IIS web server, Visual Studio prompts you for a profile name, and then collects additional **Connection** information including the target server or location, a site name, and credentials. You can control the following behaviors on the **Settings** tab:
197
197
198
198
- The configuration you want to deploy.
199
199
- Whether to remove existing files from the destination.
@@ -210,7 +210,7 @@ You can create any number of IIS web server deployment profiles in Visual Studio
210
210
211
211
For more information, see [Quickstart - Deploy to a web site](quickstart-deploy-to-a-web-site.md).
212
212
213
-
For help troubleshooting ASP.NET Core on IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
213
+
For help with troubleshooting ASP.NET Core on IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
214
214
215
215
## Import Profile
216
216
@@ -221,7 +221,7 @@ Use of a publish settings file can simplify deployment configuration and works b
221
221
### When to choose import profile
222
222
223
223
- You're publishing to IIS and want to simplify deployment configuration.
224
-
- You're publishing to IIS or Azure App Service and want to speed up deployment configuration for re-use or for team members publishing to the same service.
224
+
- You're publishing to IIS or Azure App Service and want to speed up deployment configuration for reuse or for team members publishing to the same service.
Copy file name to clipboardExpand all lines: docs/deployment/quickstart-deploy-to-local-folder.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,15 @@ You can use the **Publish** tool to publish ASP.NET, ASP.NET Core, .NET Core, an
44
44
45
45
::: moniker range=">=vs-2019"
46
46
47
-
1. If you are deploying a .NET Core 3.1, or newer, Windows Application you may need to select **Folder** in the **Specific target** window.
47
+
4. If you are deploying a .NET Core 3.1, or newer, Windows Application you may need to select **Folder** in the **Specific target** window.
48
48
49
49

50
50
51
-
1. If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
51
+
5. If you wish to publish a .NET Core 3.1, or newer, Windows application with ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
52
+
52
53
::: moniker-end
53
54
54
-
1. Enter a path or select **Browse** to specify a folder.
55
+
4. Enter a path or select **Browse** to specify a folder.
55
56
56
57

0 commit comments