The InternetPassword property specifies the Internet Information Services (IIS) password used when connecting to the SQL Server Compact 3.5 Server Agent.

object.InternetPassword [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The IIS Windows user account password string. The default is no password.

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetPassword(BSTR *pVal);
HRESULT put_InternetPassword(BSTR newVal);

The InternetPassword 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 InternetPassword property value is not passed across the network.

When you use Basic authentication, we recommend that you configure IIS to use Secure Sockets Layer (SSL) encryption to safeguard the user password. If you cannot use SSL encryption, Basic authentication transmits passwords across the network in clear text form. This is unsafe. We strongly recommend that you always use SSL encryption to safeguard passwords when you use Basic authentication.

Reference

Replication Object Properties

Concepts

Configuring and Securing the Server Environment