Click here to Skip to main content
15,917,951 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi guys i created a website

if i run it locally on my pc it runs fine and everything works,

and i publish it to my web host server i get an error

i was just wondering if someone can help me solve this please

the link to the error is on

http://vastrap-co-za.win17.wadns.net/[^]
Posted
Comments
[no name] 22-Jun-11 6:50am    
Please do the changes as specified on the error page. then we will come to know about the actual error.

Once you resolve then again revert the changes in the config file.
Unforgiv3n 22-Jun-11 6:54am    
i did add that to the Config then i still get the same error

It shows that there is error in your Default.aspx or index.aspx.

To know the actual error please Change

XML
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


There is customErrors mode="On" in your web.config
Then upload the web.config file. And post the real error.
Thanks.
 
Share this answer
 
v2
put custom error off and callstack true and then try.

also check ur page for errors.
 
Share this answer
 
v2

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