Comment mettre une application web hors ligne pendant la publication ?

Comment mettre une application web hors ligne pendant la publication ?


Source : Stack Overflow [azure]

En fait, vous le configurez dans le profil de publication (.pubxml). Il suffit d’ajouter l’élément au PropertyGroup comme ceci :

`
true


Plus d'informations dans ce [document MSDN](http://msdn.microsoft.com/en-us/library/ee942158.aspx#app_offline)