📄 msbuild.community.tasks.xsd
字号:
<xs:attribute name="AccessSsl" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that file access requires SSL file permission processing, with
or without a client certificate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccessSsl128" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that file access requires SSL file permission processing
with a minimum key size of 128 bits, with or without a client certificate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccessSslMapCert" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that SSL file permission processing maps a client certificate
to a Microsoft Windows 庐 operating system user-account. The property
must also be set to true for the mapping to occur.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccessSslNegotiateCert" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that SSL file access processing requests a certificate from
the client. A value of false indicates that access continues if the client does not have
a certificate. Some versions of Internet Explorer will close the connection if the server
requests a certificate and a certificate is not available (even if
is also set to true).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccessSslRequireCert" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that SSL file access processing requests a certificate from the
client. If the client provides no certificate, the connection is closed.
must also be set to true when using AccessSSLRequireCert.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccessWrite" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] A value of true indicates that users are allowed to upload files and their associated
properties to the enabled directory on your server or to change content in a Write-enabled
file. Write can be implemented only with a browser that supports the PUT feature of
the HTTP 1.1 protocol standard.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AnonymousPasswordSync" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AnonymousPasswordSync property indicates whether IIS should handle the user password
for anonymous users attempting to access resources.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AppAllowClientDebug" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AppAllowClientDebug property specifies whether ASP client-side debugging
is enabled. This property is independent of , which
applies to server-side debugging.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AppAllowDebugging" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AppAllowDebugging property specifies whether ASP debugging is enabled on
the server. This property is independent of the property,
which applies to client-side debugging.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspAllowSessionState" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspAllowSessionState property enables session state persistence for the ASP application.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspBufferingOn" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspBufferingOn property specifies whether output from an ASP application will be buffered.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspEnableApplicationRestart" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspEnableApplicationRestart determines whether an ASP application can be
automatically restarted. When changes are made to Global.asa or metabase properties
that affect an application, the application will not restart unless the
AspEnableApplicationRestart property is set to true.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspEnableAspHtmlFallback" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspEnableAspHtmlFallback property controls the behavior of ASP when a
new request is to be rejected due to a full request queue.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspEnableChunkedEncoding" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspEnableChunkedEncoding property specifies whether HTTP 1.1 chunked
transfer encoding is enabled for the World Wide Web Publishing Service (WWW service).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspEnableParentPaths" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspEnableParentPaths property specifies whether an ASP page allows paths
relative to the current directory (using the ..\ notation) or above the current directory.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspEnableTypelibCache" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspEnableTypelibCache property specifies whether type libraries are cached
on the server. The World Wide Web Publishing Service (WWW service) setting for
this property is applicable to all in-process and pooled out-of-process application
nodes, at all levels. Metabase settings at the Web server level or lower are ignored
for in-process and pooled out-of-process applications. However, settings at the Web
server level or lower are used if that node is an isolated out-of-process application.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspErrorsToNTLog" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspErrorsToNTLog property specifies which ASP errors are written to the
Windows event log. ASP errors are written to the client browser and to the IIS
log files by default.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspExceptionCatchEnable" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspExceptionCatchEnable property specifies whether ASP pages trap exceptions
thrown by components.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspLogErrorRequests" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspLogErrorRequests property controls whether the Web server writes ASP errors
to the application section of the Windows event log. ASP errors are written to the
client browser and to the IIS log files by default.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspScriptErrorMessage" type="xs:string">
<xs:annotation>
<xs:documentation>[Optional] The AspScriptErrorMessage property specifies the error message to send to the browser
if specific debugging errors are not sent to the client (if
is set to false).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspScriptErrorSentToBrowser" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspScriptErrorSentToBrowser property specifies whether the Web server writes
debugging specifics (file name, error, line number, description) to the client
browser, in addition to logging them to the Windows Event Log. The
property provides the error message to be sent if this property is set to false.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AspTrackThreadingModel" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The AspTrackThreadingModel property specifies whether IIS checks the threading model
of any components (COM objects) that your application creates. The preferred setting
of this metabase property is false.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthAnonymous" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Specifies Anonymous authentication as one of the possible Windows authentication
schemes returned to clients as being available.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthBasic" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Specifies Basic authentication as one of the possible Windows authentication
schemes returned to clients as being available.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthNtlm" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Specifies Integrated Windows authentication (also known as Challenge/Response or
NTLM authentication) as one of the possible Windows authentication schemes
returned to clients as being available.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthPersistSingleRequest" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Setting this flag to true specifies that authentication persists only for a single
request on a connection. IIS resets the authentication at the end of each request, and
forces re-authentication on the next request of the session.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthPersistSingleRequestAlwaysIfProxy" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Setting this flag to true specifies that authentication is valid for a single request if
by proxy. IIS will reset the authentication at the end of the request and force
re-authentication on the next request if the current authenticated request is by
proxy of any type.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AuthPersistSingleRequestIfProxy" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] Setting this flag to true specifies authentication will persist only across single
requests on a connection if the connection is by proxy. IIS will reset the authentication
at the end of the request if the current authenticated request is by proxy and it is
not the special case where IIS is running MSPROXY.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CacheControlNoCache" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The CacheControlNoCache property specifies the HTTP 1.1 directive to prevent caching of content.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CacheIsapi" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The CacheISAPI property indicates whether ISAPI extensions are cached in memory after first use.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ContentIndexed" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] The ContentIndexed property specifies whether the installed content indexer should
index content under this directory tree.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CpuAppEnabled" type="msb:non_empty_string">
<xs:annotation>
<xs:documentation>[Optional] This property specifies whether process accounting and throttling should be performed
for ISAPI extensions and ASP applications. To perform process accounting on CGI
applications, use the property .</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CpuCgiEnabled" type="m
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -