The InternetLogin property specifies the Microsoft Internet Information Services (IIS) logon name that is used when connecting to the SQL Server Compact 3.5 Server Agent. If the virtual directory is configured to permit anonymous access, this property is ignored. Otherwise, it is required.
object.InternetLogin(value)
Applies To
SQL Server Compact 3.5 RDA object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_ InternetLogin (BSTR newVal);
Generic Parameters
Parameter |
Description |
---|---|
value |
The IIS logon name. The default is blank (no logon). |
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 you use Basic Authentication, the values of the InternetLogin and InternetPassword properties are passed across the network in clear text form. Therefore, we recommend that you configure IIS to use Secure Sockets Layer (SSL) encryption to safeguard this information. When Integrated Windows Authentication is used, the InternetLogin and InternetPassword values are not passed across the network.