CreateVirtualDirectory.

AuthPersistSingleRequest Property

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.

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
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool