Hi,
I have a site hosted in windows azure. Here is what my client wants :
1) The site should show maintenance page during site deployment
2) After site deployment is done, during BVT we need to show maintenance page until completion of BVT on the site. Any users will hit the site, will see the maintenance page & only engineering/Test team can see the site content.
How can we achieve this in windows azure. I am using ASP.NET MVC application.
Thanks