0

Currently our application gets the following error page.

Server Error in '/' Application

This even in case of a custom errors set to RemoteOnly.

What is the HTTP Error Code of this error? This because, we can add it under Custom Errors on InetMgr and set it to a Custom Error Page.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
tempidope
  • 823
  • 1
  • 12
  • 29

1 Answers1

2

Server errors get raised as 500's usually (Internal Server Error).

Lloyd
  • 29,197
  • 4
  • 84
  • 98