How to take web app offline while publishing?

前端 未结 2 1800
悲&欢浪女
悲&欢浪女 2020-12-09 14:46

Very often, when I hit Publish in VS13, I get the site to compile but when uploading I get the error saying that a file is busy.

Updating fil

2条回答
  •  离开以前
    2020-12-09 15:16

    You actually configure it in the publishing profile (.pubxml). Just add the element to the PropertyGroup like this:

    
      true
      ...
    
    

    More in this MSDN document

提交回复
热议问题