tags:

views:

22

answers:

0

Hi I'm working on project that includes technologies like: ASP.NET, FMS 3.5, SQL Server 2008 ... At some point I found it easy to send information from FMS to Web server using web service, where FMS Server can invoke webservice hosted on ASP.NET site. but I had a problem to do the opposite, I need to make the website (ASP.NET page) to invoke a method on FMS to make users update their status.

I know we can implement this solution with a pull model (Timer on FMS main.asc file) but it is inefficient. I need to use the push model.

thanks