CreateVirtualDirectory.

AuthPersistSingleRequestIfProxy Property

Summary

Specifies authentication will persist only across single requests on a connection if the connection is by proxy. Applies to IIS 5.0 and 5.1. The default is false

Syntax

[TaskAttribute("authpersistsinglerequestifproxy"), IisProperty]
public bool AuthPersistSingleRequestIfProxy { get; set; }

Remarks

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

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool