<microsoft.web.services3> Element
Controls the configuration options defined by the Web Services Enhancements for Microsoft .NET (WSE).
<microsoft.web.services3>
<diagnostics />
<policy fileName />
<referral />
<security />
<tokenIssuer />
</microsoft.web.services3>
Attributes and Elements
Attributes
None.
Child Elements
Element | Description |
---|---|
Optional element. Controls the diagnostics settings for WSE. |
|
Optional element. Controls the declaration and enforcement of policies. |
|
Optional element. Controls the routing information for a WSE application. |
|
Optional element. Controls the security settings for a WSE application. |
|
Optional element. Controls the security token service. |
Parent Elements
None.
Remarks
Before adding the <microsoft.web.services3> element to a configuration file, you must add the microsoft.web.services3 configuration section handler to the configuration file. For details about adding the microsoft.web.services3 configuration section handler, see <section> Element.
See Also
Reference
<diagnostics> Element
<policy> Element
<referral> Element
<security> Element
<tokenIssuer> Element