Click here to Skip to main content
16,022,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

I created one application using c#.net and sql server 2008

i want to run this application in another system which system does not have
visual studio and sql server

how can we run this app to end user, if my app interacting with database

how can i maintain database in client system

can you help me




Thanks
sudheer.N
Posted

1 solution

You dont need the SQL Server database on all machines.
So long as you can connect to the central database using your application, from any client, you should be fine.
 
Share this answer
 
Comments
sudheer.learner 5-Dec-11 4:17am    
This is desktop application like MS Word

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