Deploy Blazor server Application changes in IIS 7.5.

Anantham.S 1 Reputation point
2020-12-29T13:08:25.64+00:00

Hello sir,

Is there any way to update application changes in IIS without down application pool/iis?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,208 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,404 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,736 Reputation points
    2020-12-30T08:37:14.173+00:00

    Hi @Anantham.S ,

    If you deploy application through Visual studio, you don't need to down application pool and IIS.

    All DLLs are replaceable, until a user hits the site, application will start again. Even when changing web.config will cause application to reload.

    If you still worry about that, you can recycle application pool and restart site after updating.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang