Possible Duplicate:
Why is App_Offline failing to work as soon as you it starts loading dlls?
Every time I had to update my ASP.NET application, I used to rename the file "app_offile.html" and the application would go offline. It still works with ASP.NET MVC, but when I start to upload the new versions and I refresh my browser, it gives me many errors because the application is being updated... so the "app_offline.html" is not working anymore.
Do you know what I should do?
I don't want my visitors to visit my website and get an error message. This is why this file exists.
ps: the file is bigger than 1k.
Cheers, G