Vishnu Bhangale

Vishnu Bhangale

  • NA
  • 264
  • 46.2k

Hosting WebSite

Mar 3 2015 4:10 AM
Hello,
 
I Host My website it hosted properly but after 1 month i got following error i try but i did not get any solution please help me
<!-- Web.Config Configuration File -->  
<configuration> <system.web>
<customErrors mode="Off"/> </system.web>
 </configuration>
 

Answers (4)

0
Steven Reid

Steven Reid

  • 0
  • 179
  • 3.6k
Mar 13 2015 12:01 AM
Hi Vishnu, You need to debug your code again. This is error on your code
0
Manish Kumar Choudhary

Manish Kumar Choudhary

  • 165
  • 11k
  • 5.3m
Mar 3 2015 4:27 AM
try ReadOnly.
There error is showing due to some application or webconfig error. You have to debug it.
0
Vishnu Bhangale

Vishnu Bhangale

  • 0
  • 264
  • 46.2k
Mar 3 2015 4:25 AM
thanks sir
i try it but error not gone

0
Manish Kumar Choudhary

Manish Kumar Choudhary

  • 165
  • 11k
  • 5.3m
Mar 3 2015 4:14 AM
 <customErrors mode="On"/>  make it on
and check what error you are getting