Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  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="ChestionarDBEntities" connectionString="metadata=res://*/Models.DataModel.csdl|res://*/Models.DataModel.ssdl|res://*/Models.DataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=.\SQLEXPRESS;initial catalog=ChestionarDB;user id=sa;password=AlumniAppDB2018;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  8. </connectionStrings>
  9. <appSettings>
  10. <add key="ShowPrinterTest" value="false" />
  11. <add key="PdfPath" value ="D:\UniversitateaTransilvania"/>
  12. <add key="LogPath" value ="D:\UniversitateaTransilvania"/>
  13. </appSettings>
  14. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement