InternetLogin Property (Replication)

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

Syntax

object.InternetLogin [= value]

Parameters

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

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

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

Remarks

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.

See Also

Reference

Replication Object Properties

Other Resources

Configuring and Securing the Server Environment

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)