Question

Could any post what the contents of GenericErrorPage.htm?

Was it helpful?

Solution

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

OTHER TIPS

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].

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top