i have finished creating the Case Registration System for a small law firm, and the firm said that they want the system tobe online, mean the system can be accessed from any places. how can i do this? how can i online a system that was created using the visual basiv? does it involved the use of winsock or else? could u help me with this matter?
Software/Hardware used:
ASKED:
November 10, 2006 7:56 PM
UPDATED:
November 13, 2006 9:41 AM
Your information is sketchy for the question asked. My first question to you is what sort of funding do you have?
It might be better to pull in a consultant. Being online
with legal information might require protection. Finally, how big is the project, and how dedicated are your bosses?
You can put your VB6 application on a Terminal Server (TS) machine in about 10 minutes and use remote desktop to make it available on the web. Providing you have not done anything too bad your application will work just fine. however, there are programing guidelines to follow on the microsoft site that you can research. Your development cost is about zero for this and you can ease into Web development at your own pace.
If you put your TS machine behind the firewall you can access it from a VPN session. This is your best bet. Your remote users must access the VPN first, then connect to the TS machine.
Printing is usually the only problem with a TS setup. If your TS machine is Win 2003 you can only use Win 2003 supported printers. Usually any HP laserjet will work fine but inexpensive multi functions printers dont usually work.
If you want to open up port 3389 (the TS port) at your firewall, your users can access the machine without using a VPN. Your TS machine is now only a username/password away from being hacked so you must be careful.
Good luck