I am trying to deploy a .NET Web application to IIS (7.5) without any hassle for the users. I have made sure that Disable Overlapped Recycle is False b
you could use app_offline.htm
this solution is not seamless, but you could use a
in the htm file, so the browser automatically refreshes the without any javascript.
cheers