web.config: custom error with default redirect and mode : web.config « Development « ASP.Net






web.config: custom error with default redirect and mode

<configuration>
 <system.web> 
   <customErrors defaultRedirect="userError.aspx" mode="RemoteOnly">
  <error statusCode="404" redirect="pagenotfound.aspx" />
 </customErrors>
 </system.web>
</configuration> 

           
       








Related examples in the same category

1.Set culture in the web.config
2.Define database connection string in web.config
3.This section sets the globalization settings of the application
4.Get variables from global.asax
5.Remove key from web.config
6.web.config: default error page
7.web.config: appSettings
8.Indicate the error page in web.config
9.web.config: redirect to a url for a status code
10.web.config: configure application-specific configuration settings
11.web.config: customErrors
12.web.config: session State
13.web.config: Forms authentication
14.web.config: authorization
15.web.config: trace mode
16.web.config: authentication mode
17.Application-Level Trace Logging?
18.Dynamic Debug Compilation
19.Custom Error Messages
20.Adding culture detection to the Web.config file
21.Session State configuration
22.HTTP Module configuration
23.Storing a connection string
24.Configuring Session State with a connection string
25.specify custom provider assembly that inherits the SessionStateStoreProviderBase class
26.The compilation section
27.authentication section
28.Forms Authentication
29. configuration section settings
30.URL Authorization in the web.config file with and attributes
31.asterisk (*) represents all users and the question mark (?) represents anonymous users
32.grant or deny access to the users or groups in regard to the HTTP methods
33.File Authorization
34.Set the security for a single file
35.Locking-Down Configuration Settings
36.ASP.NET Page Configuration
37.Configuring ASP.NET Runtime Settings
38.Default format for the section
39.Custom configuration setting
40.Set httpRuntime maxRequestLength='2048'
41.compilation debug="true"
42.ConfigurationManager.AppSettings
43.Custom Configuration Sections
44.Create custom section in Web.Config