<conformanceWarnings> Element
.NET Framework 3.0
Specifies whether conformance warnings are generated for Basic Profile 1.1 conformance.
<conformanceWarnings> <add name="conformanceprofile"/> <remove name="conformanceprofile"/> <clear /> </ conformanceWarnings >
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| add | Adds a specified conformance profile to confirm. By default, the conformance profile is "BasicProfile1_1". |
| clear | Removes all conformance profiles. |
| remove | Removes a specified conformance profile. |
Parent Elements
| Element | Description |
|---|---|
| configuration | The root element in every configuration file used by the common language runtime and .NET Framework applications. |
| system.web | Specifies the root element for the ASP.NET configuration section. |
| webServices | Controls the settings of Web services deployed using ASP.NET and of Web service clients running on the .NET Framework. |
Reference
<webServices> ElementOther Resources
ASP.NET Configuration SettingsXML Web Services Created Using ASP.NET and XML Web Service Clients
ASP.NET Configuration
Community Additions
ADD
Show: