Click here to Skip to main content
15,904,297 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends,


I created a vb.net project and uploaded to a domain(.org). But after login in i am getting error:

" "customErrors" tag should then have its "mode" attribute set to "Off". ".


Please help me in this regard...

Please find the snapshot for the error:
<img src="http://www.freeimagehosting.net/t/rouys.jpg">
Posted
Updated 3-Sep-17 3:52am
v2

1 solution

Have you considered reading the error message, and doing what it says?
It is pretty explicit, and tells you exactly what to do to fix the problem...set the "mode" attribute to "off" for teh "customErrors" tag.
 
Share this answer
 
Comments
PRAKASH_N 17-Oct-12 4:19am    
by default it is "Off" only. I haven't changed anything ....

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