- Configuring your Web Server for Web Synchronization
- Configuring Your SQL Server Publisher for Web Synchronization
- Configuring Your Publication for Web Synchronization
- Configure Your Local Subscribers for Web Synchronization
- Configure your Remote Subscribers for Web Synchronization
- Summary
Configure your Remote Subscribers for Web Synchronization
If your subscriber is in a different domain or if there is a firewall between your publisher and subscriber, you cannot register the publisher in SSMS, so you cannot pull the subscription using the wizard. The only ways to pull your subscription is through SQL RMO, ActiveX controls, or replication stored procedures. Script 1a demonstrates pulling a subscription using SQL RMO using VB.Net, Script 1b demonstrates pulling a subscription using SQL RMO using C Sharp, Script 2a demonstrates using ActiveX controls using VB.Net, Script 2b demonstrates using ActiveX controls using C Sharp, and Script 3 demonstrates how to pull a subscription using replication stored procedures.