Administrator
VB.NET Forum Admin
- Joined
- Jun 3, 2004
- Messages
- 1,462
- Programming Experience
- 10+
I don't want to read settings from the web.config but instead an "app.config" type setup for my asp.net applications. For example: I have an assembly Neal.DLL. I then create a Neal.DLL.config file. Is there an automated way of reading appSettings out of this file or do I simply need to use the XMLTextReader to parse it? Not sure if since my app is running as Neal.DLL if there was an easy way of reading a file with the same Assembly name ending in .config.
Thanks!
Thanks!