• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Custom 404 errors pages"

Collapse

  • Dante
    replied
    In IIS - In the Properties of the website - two tabs you need to look at ASP.Net and Custom Errors...

    You may need to edit the ASP.NET configuration for Custom Errors, and the default behaviour / file extension...

    ?

    Leave a comment:


  • voodooflux
    replied
    http://forums.asp.net/t/1317222.aspx

    Leave a comment:


  • wxman
    started a topic Custom 404 errors pages

    Custom 404 errors pages

    What is the best way to handle ALL 404 error pages?

    I am trying to redirect any and all 404 errors towards a custom 404 page for a client – in order to do this I am testing it on my “test” web site written in “C# .NET2”

    Custom 404errorPage.aspx

    Web.config
    <customErrors mode="On">
    <error statusCode="404" redirect="404ErrorPage.aspx" />
    </customErrors>

    Works
    http://www.stormtrack.co.uk/1.aspx
    Does not work
    http://www.stormtrack.co.uk/1

    How do I over ride the standard IIS6 404 error page for all 404’s on the http://www.stormtrack.co.uk/ Domain ??

Working...
X