The InternetLogin property specifies the Microsoft Internet Information Services (IIS) logon name used when connecting to the SQL Server Compact 3.5 Server Agent.

object.InternetLogin [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The IIS Windows user account to use. The default is no logon.

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_ InternetLogin (BSTR newVal);

The InternetLogin property is required if the SQL Server Compact 3.5 Server Agent is configured to use Basic authentication or Integrated Windows Authentication. When Integrated Windows Authentication is used, the InternetLogin property value is not passed across the network.

Reference

Replication Object Properties

Concepts

Configuring and Securing the Server Environment