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!
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
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?
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
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
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