Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a window application .i want that application used by many logged in user remotely.what is the procedure to do the application?please help i want an example we are using dns server
Posted

windows application (User-Interface) must be installed in user's pc
and it can connect with database which is hosted on remote server.
so, in your windows application just need to put connection string for remote database.

Happy Coding!
:)
 
Share this answer
 
You could write the application once and use Terminal Services to provide the application to many users but only install it on one machine. or you could write a client server architecture for your app and each client would connect to the server.

Am I right in asuming that your reference to DNS server is you want to run the application on a server that Runs DNS on your network?

You need to be far more clear about what you are trying to acheive and not ask people to write the app for you, May be detail what the application is for and provide some code you already have.
 
Share this answer
 
Don't ask this again. The answer is the same. What do you think a 'dns server' is ? It's a server for providing domain names against IP addresses on the internet. This has nothing to do with what you want. Again, if your users all log in to the machine, and control it remotely, you just need to store each users information in an area local to the user, so they don't collide. That is all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900