Click here to Skip to main content
15,896,397 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hy frens,
I have this error in the mean time. I was updating my files using ftp and suddenly my website which was working now shows error of not opening the pages. The error is due path error of the file. I have this error.

http://multishopping.com.np/index.html?aspxerrorpath=/Homepage.aspx

my index.html has this redirecting code

XML
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>index</title >
      <meta http-equiv="REFRESH" content="0;url=Homepage.aspx" />
</head>
<body>
     <script type="text/javascript">
         window.location = "Homepage.aspx";
      </script>
</body>
</html>





what i dont understand is if i write 'coming soon' in the index.html page then it works other wise the full Homepage.aspx path is not being accessed. How can i solve this issue please help asap. with regards bishnu
Posted

1 solution

Find the tag
C#
<customerrors />


within your Web.config file....then add or make the code="Off" with in that tag.....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900