2

We added app_offline.htm. All request return something "Site under reconstruction" and 404 error. What I may do for return 503 error?

GraDea
  • 588
  • 7
  • 23

1 Answers1

5

We use asp.net 2.0. I created new pool ASP.NET 4.0 and attached web-site to it. And then http status returned is 503.

To clarify, when using app_offline.htm ASP.NET 2 returns 404 and ASP.NET 4 returns 503 status code.

Antonio Bakula
  • 20,445
  • 6
  • 75
  • 102
GraDea
  • 588
  • 7
  • 23