How to: Configure Web Synchronization for Merge Replication (Replication Transact-SQL Programming)
업데이트: 2005년 12월 5일
To use Web synchronization for replication, follow these steps:
- Configure a publication to allow Web synchronization.
- Configure the computer that is running Microsoft Internet Information Services (IIS) to synchronize subscriptions. IIS version 5.0 and IIS version 6.0 are supported.
- Configure one or more subscriptions to use Web synchronization.
Before you configure Web synchronization, we recommend that you read "Security Best Practices for Web Synchronization" in 웹 동기화 구성. For more information about Web synchronization security, see 웹 동기화를 위한 보안 아키텍처.
Configuring the Publication
To use Web synchronization, first create a publication in the same way that you would for a standard merge topology. For more information, see 데이터 및 데이터베이스 개체 게시. If you are using a Publisher for the first time, you must also configure a Distributor and a snapshot share. The Merge Agent at each Subscriber must have read permissions on the snapshot share. For more information, see 배포 구성 and 스냅숏 폴더 보안 설정.
After the publication is created, enable the option to allow for Web synchronization.
To configure a publication to allow Web synchronization
- Replication Transact-SQL programming: How to: Configure a Publication to Allow for Web Synchronization (Replication Transact-SQL Programming)
Configuring the Computer That Is Running IIS
Web synchronization requires that you install and configure IIS. After you enable a publication, configure the computer that is running IIS to support Web synchronization. For a more information about IIS installation, see the IIS documentation.
To configure IIS for Web synchronization
- SQL Server Management Studio: 방법: 웹 동기화를 위한 IIS 구성
Configuring the Subscription
After you enable a publication and configure IIS, create a pull subscription and specify that the pull subscription should synchronize by using IIS. (Web synchronization is supported only for pull subscriptions.)
To configure a subscription to use Web synchronization
- Replication Transact-SQL programming: How to: Configure a Subscription to Use Web Synchronization (Replication Transact-SQL Programming)
Change History
Release | History |
---|---|
2005년 12월 5일 |
|