Hopefully some of you ninjas can figure this one out. Why does this page redirect to an error page: http://productforeman.com/contact_us.aspx The contact_us.aspx is right there on the server where it should be...I can see it! All I changed was some of the meta information, then when I re-upped it, it started redirecting. THEN I re-upped an untouched backup of the original file and it still redirects! Please help and PM if you need further info. Also, the contact_us.aspx page uses a back end VB file to process the contact form. It is contact_us.aspx.vb. I didn't touch this file at all, so it shouldn't be causing a problem. I've contacted the design / host company but they are dragging their heels. Any help is much appreciated and here's a big thanks in advance: THANKS!
You are being sent to a generic error page so cannot tell if it is a 404, 500 error etc. Given you can see the file but have been making alterations to it my guess would be that it is a 500 error (ie you have broken it). If you can post the contents of the .aspx and aspx.vb files it would help - alternatively go into the web.config file and change the settings to 'customErrors mode="Off" ' and 'compilation debug="true" ' and then at least you could actually see what the error message is. PS. if you have finished editing the programming aspects you should compile the application to lose the .vb files otherwise your site is going to be running much slower on the first request than it should