Publish ASP.NET Web App to IIS using import publish settings in Visual Studio
You can use the Publish tool to import publish settings and then deploy your app directly out of Visual Studio. These steps apply to ASP.NET, ASP.NET Core, and .NET Core apps in Visual Studio. In this tutorial, you will: Configure IIS so that you can generate a publish settings fileCreate a publish settings fileImport the…