Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created an application in vb.net and sql server as a back end , i want to deploy this application in a school where 20 computers are connected in intranet . please tell me how can i deploy it in the network of computer .
what i am thinking : do i have to install the application in all the computers and database in the server computer so that all application can access the data base .
i have used the app.comfig file to store the connection string what should be the connection string for that ..
Posted
Comments
Sergey Alexandrovich Kryukov 28-Apr-15 18:13pm    
Not really a question. What's the problem?
What have you tried so far?
—SA
yash00121 29-Apr-15 1:52am    
i am new in multiuser environment , and googling for last week and not getting the concept to deploy a vb.net project .

what i have written is my approach for multiuser app . please guide me to deploy the application so that it can be used by all client computer connected in network
Sergey Alexandrovich Kryukov 29-Apr-15 9:06am    
You can simply copy it to a target client computer. What's so special in it that it would need formal installation?
—SA
Richard MacCutchan 29-Apr-15 3:58am    
It largely depends on what the application is doing. If it runs stand-alone in any computer but just needs to access the database, then installing on each computer will be the answer. Anything more complex would probably require a web-based system.
MrteR 26-Jun-15 10:52am    
I agree with Richard.
An option is to install it on 1 PC create network share etc.
Another option is to install it on a server and then create a network share.
Another option is to install it on a server and log in with RDP and then make use of the software.

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