Abdalla Elawad

Abdalla Elawad

  • NA
  • 1k
  • 205.2k

What is problem in web config asp.net error

Jul 19 2018 3:13 AM
This error message below :
 
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
 
PLEASE HELP ME

Answers (3)