Share via

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?

Developer technologies | .NET | Blazor
Developer technologies | ASP.NET Core | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,776 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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.