i currently have a project. The application created in this project will be located in a server, and some machines can access this application at the same time. The problem is, i don't know what's needed to connect that application to several machines. I know how to build this application and run it in a single machine, but i have no idea about running this on server.

Thanks in advanced.

Recommended Answers

All 3 Replies

Basically, all you have to do is create a shortcut on each users desktop, pointing to the executable of your program.
Ex: \\server\share\yourprogram.exe, or <network driveletter>:\yourprogram.exe

For more information on how to deal with database concurrency issues, you might wanna google with these keywords: vb.net multiple users concurrency

ahaha ok, i'll try to google it first..
i won't flag this thread as Solved yet i guess,
thanks a lot dude :)

You're welcome. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.