WAMUserPass Property

MSBuild

The WAMUserPass property specifies the password for the account that IIS uses by default as the COM+ application identity for newly created IIS out-of-process applications. The values of this property and its companion property, WAMUserName, are set when IIS is installed, and match the password and user name values in the Microsoft Windows user account (IWAM_ MachineName, where MachineName is the name of the machine on which IIS is installed) established at the same time. Important: Changing the value of this property is not recommended. If you do, you must change the Windows account password to the identical value. You must also synchronize existing IIS out-of-process application identities, using Component Services to edit the user name and password values, which are found on the Identity tab of the property sheet for each package. In-process applications are not affected by these property values.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property WAMUserPass As String
C#
public string WAMUserPass { get; set; }
C++
public property string WAMUserPass sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_WAMUserPass();

/** property */
public void set_WAMUserPass(string value);
JScript
public function get WAMUserPass() : String

public function set WAMUserPass(value : String);

Property Value

Value indicating the password.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.