Share Config file for Web and Window App (Best Way)
问题 I have created a Class Library (Core Processing Component) using C# in Visual Studio 2008 and added the reference in Website. Website accessing the class library successfully. Web.config having some configuration values, which is used by the Class Library. Now, I want to access the same component and configuration in a Window Application (C# VS-2k8). I am able to access the same class library in window application. But, How do i Share the Web.config file of website with the Window Application