Recieving 404 Error for page

Discussion in 'HTML / PHP / JavaScript / CSS' started by rmccue, Apr 26, 2007.

  1. I am receiving a 404 error page for one of our pages but I am unable to see where the issue is. This page has been up for some time now. The url has not changed. We compared the information for this page in the database with a page that is working and all the information was the same. Is there somewhere in the DiscountASP.net Control Panel that I should be looking to get the page back up?



    http://www.lcd-monitor-online.com/ah.html


    I am a newbie with .asp and would appreciate any help.


    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    looks like .html is handled by asp.net in your application.


    Did you develop this application yourself? If not, you should contact the developer.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Unfortunately, is was developed by someone who is no longer with the company. So, the developer is the only person who would be able to find the cause?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Based on what I see from the outside, yes. But I can't really be sure because I can't find out how this work just by browsing it.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Is there a certain place on the control panel I can look to see what the issue may be?
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    I can't even be sure what the problem is just by browsing the site so I don't know what you can find in the control panel.

    You can check the customError section in the IIS manager. That's the only place I think may affect this problem.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  7. I will take a look there. Thank you for your responses.
     
  8. I believe the 'ah.html' page is missing,so you get re-directed to the custom error page (404.html-setting in your site's web.config) which redirects you the index.html.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page