ASP.NET configuration architecture

xiaoxiao2021-03-06  93

The ASP.NET configuration section architecture contains elements that control the ASP.NET web application behavior. If the default value is specified for the property, the default value is set in the machine.config file, the path of the file is systemRoot / Microsoft.Net / Framework / VersionNumber / config / machine.config.

<

SOAPEXTENSIMPORTERTYPES>

Element Description Specifies the root element for the ASP.NET configuration section. to to add an assembly reference to use during dynamic resource compilation. for Add an alias of a particular user agent to the internal collection of the user agent alias. to to add a reference to the assembly used during dynamic resource compilation. for adds a reference to the assembly used during dynamic resource compilation. Add a transfer protocol for , .NET Framework can use this protocol to decrypt data sent from the client browser in the HTTP request. for Demand-description format extension to run within the scope of the configuration file. for , and To run SOAP extensions run with all XML Web Services within the scope of the configuration file. Allows access to resources. Specifies the ASP.NET compile processing instruction. Configuring ASP.NET authentication support. Configuring ASP.NET Authorization Support. Configure the settings of the browser feature component. Allow mode match stops after processing a large number of replacement options. Removes all references to the items that apply to the parent mark. Add the alias of a particular user agent to the internal collection of the user agent alias. contains all compilation settings used by ASP.NET. Defines a new compiler option. Specifies the compiler supported by the ASP.NET application. Allows the selective name and password credentials to be defined in the configuration file. Defines a custom error message for the ASP.NET application and the page that is redirected when the browser is incorrect. Specifies the reject access to the resource. Defines a custom error condition that will be processed by a custom error page. Allows multiple rules in order. Configure an ASP.NET application for form-based custom authentication. Configuring the application's global setting. maps the incoming URL request to the IHTTPHANDLER class. Add, remove or clear the HTTP module in the application. Configure the ASP.NET HTTP runtime settings. This section can be declared at your computer, site, application, or subdirectories. Controls the application ID of the web application. Specifies the resource of the application configuration settings. Configure a key for encrypting and decrypting Forms authentication cookie data. This section enables developers to configure verification keys to perform message authentication checks for view status data and Forms authentication votes. It can declare on a computer, site, or application level, but not in the subdirectorial level declaration. Identifies the configuration settings specific to the page.

转载请注明原文地址:https://www.9cbs.com/read-96847.html

New Post(0)