websync

Websync: pros and cons?

What is your experience working with Websync (comet framework)? Have you considered any alternatives before using it? So far I can say that Pros: Very straightforward and easy to use Does not require any server configuration Cons: Expensive (turned out to save us tons of money on bandwidth, so not quite) Lack of documentation (th...

ASP.Net MVC & Comet (WebSync)

I'm trying to implement comet in my ASP.Net MVC 2.0 project. I'm using WebSync from FrozenMountain. My website is coded in C# 4.0 and ASP.Net 4.0. The comet code is triggering my MVC controller function with the [HttpPost] attribute (even though the page doesn't refresh or appear to post). Is there a way to determine what is being post...

SQL Server Web Synchronization replication with an IP address

Hi All, Does anyone know if its possible to set up web synchronization with SQL Server 2008 and IIS7 to use just an IP address if we have an SSL bound to an IP address rather than a fully qualified doman name? Eric ...