If you republish the application then do not forget to refresh your website as well as the application pool in IIS. Conclusion In this article, we learned how to deploy a Blazor application on IIS in windows machine. We also learned how to resolve some of the common hosting issues while ...
In this article, we will understand how to deploy an ASP.NET Core-hosted Blazor application with the help of IIS 10 on a Windows 10 machine. We will use Visual Studio 2017 to publish the app and SQL Server 2014 to handle DB operations. We will also troubleshoot some of the common host...