Summary
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.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Web - Containing Type
- Create
Virtual Directory
Syntax
[TaskAttribute("authpersistsinglerequest"), IisProperty]
public bool AuthPersistSingleRequest { get; set; }
Remarks
[IIS 6.0] When the AuthPersistSingleRequest flag is set to true when
using NTLM authentication, IIS 6.0 automatically reauthenticates every
request, even those on the same connection.
Attributes
Type | Description |
---|---|
TaskAttribute | |
Create |
Value
Type | Description |
---|---|
bool |