Hello guys..
I'm currently working on a project that now has an Asp.Net web page hosted in IIS and guys are able to connect to it and upload their timesheets to a MySQL database. That works great.
But now i'm in need of being able to connect to that same server from laptops that are roaming.
So basically we need to be able to connect to our home server in IIS and then retrieve and sync data from MySql and the remote laptop.
The laptops have standalone VB programs that currently save data to an access database.
We need to be able to store created invoices on the laptop and once internet is avaiable then need to sync that data to Mysql on our server, all thru the internet.
Any suggestions would be greatly appreciated.. was reading up on Websockets and Node js but not sure if best way to proceed.
I'm currently working on a project that now has an Asp.Net web page hosted in IIS and guys are able to connect to it and upload their timesheets to a MySQL database. That works great.
But now i'm in need of being able to connect to that same server from laptops that are roaming.
So basically we need to be able to connect to our home server in IIS and then retrieve and sync data from MySql and the remote laptop.
The laptops have standalone VB programs that currently save data to an access database.
We need to be able to store created invoices on the laptop and once internet is avaiable then need to sync that data to Mysql on our server, all thru the internet.
Any suggestions would be greatly appreciated.. was reading up on Websockets and Node js but not sure if best way to proceed.