Advertisement
Guest User

App.Config

a guest
May 4th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.     <startup>
  4.         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  5.     </startup>
  6. <connectionStrings>
  7.   <add name="F" connectionString="server=localhost;database=test;Username=root;Password=12345678;"/>
  8. </connectionStrings>
  9. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement