Tag: Deploy .NET application

  • Deploy .NET application on IIS using GitHub actions

    In this blog I will be showing how to deploy a .net application on IIS server (self-hosted runner). Once the web application is developed and ready to be made available to the user. To enable the user to access the application, the web application needs to be deployed on a Web server, such as IIS.…