Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
XML
hi,
     i am using SqlSever 2005 database in my c# application.
App.config file code:
<pre lang="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
&lt;configuration&gt;
  &lt;configSections&gt;
  &lt;/configSections&gt;
  &lt;connectionStrings&gt;
    &lt;add name=&quot;sql&quot; connectionString=&quot;Server=shan;Database=test;Integrated security=true&quot; &gt;&lt;/add&gt;
  &lt;/connectionStrings&gt;
&lt;/configuration&gt;</pre>

for the deployment, what i have to do for the below condition.

the client side,
1. No framework installed,
2. No SqlServers installed,

 Am i need to install framework, sqlserver at the client side manualy and create the database, tables like the same name...

or

Any other best way is there....
Posted

1 solution

 
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