Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi Folks,

I am working on C# Application and using sql server 2005 for databases.

how i can deploy the Application?

i don't know if i should change the connection string of database , if yes how i can do that?

thank you
Posted

1 solution

Keep your connection string in the web.config/app.config file.

To deploy ASP.NET Application check this or google it.

http://www.beansoftware.com/asp.net-tutorials/deploy-asp.net.aspx[^]

To deploy a windows application check this or google it
http://www.beansoftware.com/Windows-Forms-Tutorials/Deploy-NET-Windows-Application.aspx[^]

Once your application is deployed you just locate the configuration file and change the connection string accordingly.
 
Share this answer
 
Comments
J imran 26-May-10 3:42am    
Reason for my vote of 1
I want to learn deployment with sql server. can you please specify what exactly I must do.
J imran 26-May-10 3:43am    
It don't help me deploying sql server based application. driving me crazzy.
PSK_ 26-May-10 8:17am    
This is really unprofessional voting 1 like this. I tried to explain the best possible any one can understand from your question. Be nice if you want to get help from others.

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