Advertisement
imjyb1008work

DBconfig

Nov 17th, 2015
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.28 KB | None | 0 0
  1. <configuration>
  2.     <connectionStrings>
  3.         <add name="Your DB Name" connectionString="Data Source=Your DB IP;Initial Catalog=Your DB Name;Persist Security Info=True;User ID=Your ID;Password=Your Password" providerName="System.Data.SqlClient"/>
  4.     </connectionStrings>
  5. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement