Click here to Skip to main content
15,881,872 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
<!-- Web.Config Configuration File -->

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


XML
<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


I have asked this question earlier then also I din't get any answer .
Please help me .

When I put my pages on ftp I get this error
Posted
Updated 22-Nov-14 2:15am
v2
Comments
Shweta N Mishra 22-Nov-14 10:09am    
are you able to recognize that what is the actual error
Member 11111143 22-Nov-14 10:20am    
My website is having 3 webconfig files . due to whome his error is comming I cannot make out I am having web.config , web.config.debug(this is only in FTP) , web.release.config
Member 11111143 22-Nov-14 10:21am    
please help me . I am the only person who is building this website and I dint't had any prior experience
Shweta N Mishra 22-Nov-14 13:07pm    
Runtime error could be of many type.
Can you change customErrors mode="Off" to customErrors mode="On" only for the shake of checking error and see whats the exact issue ?
Suvendu Shekhar Giri 2-Jan-15 6:09am    
can you provide link to your old question?

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