I have a Windows CE device that I'd like to replicate data to a SQL Server 2008 R2 database. I understand the basics of replication and I need to use MSDN's "Two-Server Topology". Where there is an IIS box and a separate SQL Server box.
I have replication and a publication set up on the SQL database. Also, on the IIS box I created a virtual directory and via UNC have the physical folder on the database box. Now I'm at the point of configuring the IIS box.
According to the "Two-Server Topology" I don't need SQL Server installed on the IIS box. Just the SQL Server Compact Edition 3.5 Tools. However, when I run the setup for the CE tools installation, it fails stating the Replication Components are not installed. After investigating it seems the only way to install Replication Components is via a SQL Server installation.
Am I missing something? Can I have the IIS box be standalone without SQL Server installed?