Advertisement
Guest User

asp.net web/app.config read/write performance - configs

a guest
Apr 26th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.24 KB | None | 0 0
  1. appSetting.config file
  2.  
  3. <appSettings>
  4.   <add key="MYKEY" value="4ee7541c-d6fc-4f0f-a9bb-0d10fc56aafc" />
  5. </appSettings>
  6.  
  7. web.config (part of file)
  8. <configuration>
  9. ...
  10.     <appSettings configSource="appSettings.config" />
  11. ...
  12. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement