Click here to Skip to main content
15,909,737 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I want some clarification. I have been developed a windows application using vb.net and my back end is ms access. I created a single .exe file and database can located server side only.
I want to install that application in client machine using server machine.
Posted
Comments
Sergey Alexandrovich Kryukov 21-Dec-11 23:26pm    
Not a question. How anyone could "clarify" your "I want to blah-blah-blah..."?
What does this mean: "install that application in client machine using server machine"? In a nutshell, "installation" means making a copy of some files from some source to some location in some integral way, everything else being just a registry garbage (often not properly collected at deinstallation :-). How it can be possibly "clarified"?
--SA

1 solution

Hi,,

You can Publish your desktop application on your server, so that clients can access this. your application and database is only in the server.

Right Click on your project in solution explorer -> click on the Publish.

publish your project and share the like to clients.

Hope this helps you.

Thanks
 
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