Why VS2005.IDE adds app.config to C# Class Library projects?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




Hi,

As far as I know, a class library project cannot have any app.config
dedicated to itself and it always depends on the main application to provide
the .config settings.

Based on above, I am confused when I see that VS2005 adds an app.config file
upon I add a web service to my dll class library and stores the URL address
to the asmx file within that app.config file. Obviously that app.config file
is useless. Do I miss any best practices or this is a problem within visual
studio 2005 IDE?

Thank you,
Max



.