(Deprecated) Connects the Site Administration client to the Site Administration server.
Visual Basic |
---|
Public Function Connect( _ ByVal domainserver As String, _ ByVal password As String _ ) As String |
- domainserver
- The name of the server to connect.
- password
- The password.
Returns "1" on success.
This method is deprecated from version 9.0. Use the Login Method.
To continue to use this method, you must enter the appropriate user name in the BACKWARD_SUPPORT_SA_DEFAULT_USER setting in the site configuration. For details see the Application Lifecycle Management Administrator Guide.
If this method is still used, it must be run before calling any other function.