The InternetURL property specifies the URL used to connect to the SQL Server Compact 3.5 Server Agent. The SQL Server Compact 3.5 Server Agent connects the SQL Server Compact 3.5 client to the Microsoft SQL Server database. This property is required.

object.InternetURL [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The URL string, including the location of the SQL Server Compact 3.5 Server Agent (Sqlcesa35.dll).

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetURL(BSTR *pVal);
HRESULT put_ InternetURL (BSTR newVal);

InternetURL can optionally include a port number if you want to override the default port, for example: http://yourserver:81/ssce/sqlcesa35.dll, where port 81 is used on the IIS server. The default port for HTTP is 80, and the default port for HTTPS is 443.

Reference

Replication Object Properties

Concepts

Configuring and Securing the Server Environment