Hello,
I can't get my ASP.NET application to read some appSettings from the machine.config file. I can get my
VB.NET application to read it, but not ASP.NET.
More specifically, I have a class library that has an app.config file in it with the connection string in that file. I have other information in the machine.config file that I am retrieving. When I test the class library, it retrieves the information via the app.config file. However, when I use the class libary in the ASP.NET account, first off it uses the web.config file instead of the app.config file, and second it doesn't get any information from the machine.config file.
Any ideas what is happening?
Thanks,
Brian Mains