June 15, 2012 at 9:45 am
Hi all!
I'm a newbie of Replication in SQL Server,
particularly, I have a problem, I want configure
my instance of SQL Server 2000 like pubblication server and distributor server
for merge replication for synchronization with web application,
- I created the distributor and the pubblication in the server,
- Now, I want configure IIS,but I don't Know to do
- How the publication is configured to communicate with IIS and the web ?
you can help me?
PS:
My snapshot directory is in the pubblication server
June 15, 2012 at 9:49 am
Replication doesn't work with IIS. It works with other databases.
Usually a web application has a database. That database would be the subscriber.
June 15, 2012 at 10:13 am
I must to do
Web synchronization for merge replication using replisapi.dll, IIS, Server Distributor, Server Pubblicator
How to do?
see this link
http://msdn.microsoft.com/en-us/library/ms151763.aspx
I want to do is to, but I don't know to do.
how they communicate, the publication and the IIS Web server?
June 15, 2012 at 3:10 pm
That is communicating via the https protocol. Not communicating with a web server. If you read your reference, it says "Synchronizing data between Microsoft SQL Server databases across a corporate firewall."
IIS is only used as the transport mechanism through which replication works. It's not the destination.
There's a link to the process for doing this a few paragraphs down, but again, that is for synchronization between databases.
June 21, 2012 at 5:29 am
where is the link?
June 28, 2012 at 2:34 pm
In the URL you posted (http://msdn.microsoft.com/en-us/library/ms151763.aspx). A few paras down there is:
"For information about how to configure the components that are required for Web synchronization, see Configure Web Synchronization, Configure IIS for Web Synchronization, and Configure IIS 7 for Web Synchronization."
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply