Is there a way I can still use app_offline.htm on my ASP.NET MVC 2 projects? If not, is there an al

Posted by CitizenBane on Stack Overflow See other posts from Stack Overflow or by CitizenBane
Published on 2010-04-21T19:34:38Z Indexed on 2010/04/21 19:43 UTC
Read the original article Hit count: 364

I loved the features of using app_offline.htm on my ASP.NET WebForm based sites.
Upload the file and your app is immediately "offline". Snappy.

Now that I'm using MVC 2, I noticed that this no longer works.
Is there a way to get this behavior in ASP.NET MVC 2 like it did in WebForms?
If not, what alternative do you prefer?

© Stack Overflow or respective owner

Related posts about asp.net-mvc2

Related posts about ASP.NET