Guest User

Untitled

a guest
Jun 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning"
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. "ConnectionStrings": {
  9. // Real values replaced with **** for security reasons, of course :-)
  10. "ConnectionStringSecurehSQL": "Data Source=****;Initial Catalog=****;user=****;password=****;Connect Timeout=100000"
  11. }
  12. }
  13.  
  14. var conn = ConfigurationManager.ConnectionStrings["ConnectionStringSecurehSQL"];
Add Comment
Please, Sign In to add comment