Could any post what the contents of GenericErrorPage.htm?
+1
A:
GenericErrorPage.htm is a generic error page that you need to create. See MSDN for examples
http://msdn.microsoft.com/en-us/library/aa964622%28VS.85%29.aspx
Bob
2009-11-27 12:54:18
+1
A:
The
<customErrors>
section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace.
You can specify a page to which the redirect should occur on an error [specified in the defaultRedirect attribute].
rahul
2009-11-27 12:56:31