Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to .net.
I have created a windows application with database (sql server 2005) connection using windows authentication.

The application works fine, but if I want to make a setup file for my application, I don't know how to add the database to this process.

Because my connection string will differ from the user who is going to install my application in his/her system.

Please help me.
Posted
Updated 10-Jan-11 23:45pm
v3
Comments
Dalek Dave 11-Jan-11 6:11am    
Edited for Grammar and Readability.

1 solution

Just change the file web.config or app.config, there a session called connections, is possible change settings in this part :laugh:
 
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