B bibhuti.nilesh Jan 5, 2007 #1 I want to read web. config file and need to get values of appSettings through a console application
D Dave Sexton Jan 5, 2007 #2 Hi, If you're using the 2.0 framework try the following for an OO approach: WebConfigurationManager.OpenWebConfiguration Method http://msdn2.microsoft.com/en-us/li...onfigurationmanager.openwebconfiguration.aspx
Hi, If you're using the 2.0 framework try the following for an OO approach: WebConfigurationManager.OpenWebConfiguration Method http://msdn2.microsoft.com/en-us/li...onfigurationmanager.openwebconfiguration.aspx
D Dave Sexton Jan 5, 2007 #3 Hi, The link in my original response was to the overloads page. Try the following link instead: http://msdn2.microsoft.com/en-us/library/ms151456.aspx It should work fine even from a console application.
Hi, The link in my original response was to the overloads page. Try the following link instead: http://msdn2.microsoft.com/en-us/library/ms151456.aspx It should work fine even from a console application.