Base solution for your next web application
Open Closed

How to Implement App offline? #8508


User avatar
0
jur.porras created

Hi,

Do you have instructions how to implement the App_Offline in aspnet zero?


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Do you mean Xamarin(https://support.aspnetzero.com/QA/Questions/6077)?

  • User Avatar
    0
    alper created
    Support Team

    just put a App_offline.htm in the root folder of your web folder. IIS will automatically take site down. when you finish publishing, delete the App_offline.htm

    for more info read Taking Web Applications Offline with Web Deploy