Currently we have an old application that was written with VB 6. The application accesses SQL server and network share over a local network.
The management wants to make it work over the internet (i.e. someone can install the application locally on their own computer, but still somehow connects to a database/network share that we host. Of course, they want minimal change to the current application.
Exactly what you can do there? I know you can access SQL server over the internet, but is it secure if you use SSL encryption? Also what would be the easiest solution to access a network share?
Thanks