i created an application with c#(2005) and SQlserver2005 editions
.i want to install this application to another system.
For install ,sqlserver is required in installed system?
how to install this type appliaction?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 12, 2011, 1:09 PM
You need to deploy your C# application on the server and make sure that your server can communicate to the SQL Server database even if it is on the same machine or not.
You can deploy by just copying the files in the bin folder and other dependencies or use .net deployment.
Please do not forget to mark "Accepted Answer".
Hemant KumarPosted Oct 12, 2011, 7:25 AM
http://technet.microsoft.com/en-us/sqlserver/ff625277
http://msdn.microsoft.com/en-us/library/ms143219.aspx