PDA

View Full Version : Gửi drakfox



phucnhok
25-06-12, 08:47 AM
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>

DarkFoxIT
25-06-12, 08:49 AM
<customErrors mode="Off">

</customErrors>

và nó phải nằm trong cái này <system.web></system.web>

phucnhok
25-06-12, 08:55 AM
<customErrors mode="Off">

</customErrors>

và nó phải nằm trong cái này <system.web></system.web>

Là sao không hiểu
????????????????????????????????