Best practice for accessing settings from the app config file
- in C#
I am trying to figure out the best practice for accessing settings from the app config file or the web config. I have seen at least a couple of different approaches to this and I…
a little philosophy in code
I am trying to figure out the best practice for accessing settings from the app config file or the web config. I have seen at least a couple of different approaches to this and I…
This is probably a little old, but I am having some trouble so I figured I would start a post to see if I could help some people and possibly get some help myself. I…
I was creating an admin page to upload a pdf to a site. I had the following code and thought it was ok. I figured that I needed a relative path to put the pdf…