Kết quả 1 đến 3 của 3
Chủ đề: Gửi drakfox
-
25-06-12, 08:47 AM #1
- Ngày tham gia
- Sep 2011
- Bài viết
- 71
- Thanks
- 30
- Thanked 4 Times in 4 Posts
Gửi drakfox
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>Khách viếng thăm hãy cùng phucnhok xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
25-06-12, 08:49 AM #2
- Ngày tham gia
- Dec 2011
- Bài viết
- 130
- Thanks
- 9
- Thanked 169 Times in 23 Posts
Ðề: gửi drakfox
<customErrors mode="Off">
</customErrors>
và nó phải nằm trong cái này <system.web></system.web>Khách viếng thăm hãy cùng DarkFoxIT xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
25-06-12, 08:55 AM #3
- Ngày tham gia
- Sep 2011
- Bài viết
- 71
- Thanks
- 30
- Thanked 4 Times in 4 Posts
Ðề: gửi drakfox
Khách viếng thăm hãy cùng phucnhok xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!