How to deploy .NET Core Web Application using Visual Studio
This article contains steps how to publish ASP.NET Core Web Application using Visual Studio.
ASP.NET / .NET freehosting
If you don't already have our ASP.NET / .NET freehosting, sign up for FREE at https://MonsterASP.net/.
-
Initial Setup
Create a website from our hosting Control panel.
-
Creating Project in Visual Studio
Select ASP.NET Core Web App project and click to Next.
Fill and select additional informations and click to Create.
-
Download WebDeploy publish profile
First you need to activate WebDeploy account in our hosting Control panel and then download WebDeploy publishing profile (.publishSettings).
-
Prepare publish Project
Right-click on project in Solution Explorer and select "Publish."
Click on Import profile and select WebDeploy profile file (.publishSettings) which you downloaded from hosting Control panel.
-
Publish to server
In final step click "Publish" button. After this action will be your ASP.NET Core Web App project published to your Website.
-
Congratulations, it's done.
Open result in your web browser.