Snipcode I think I need it

using System.Configuration;

string connectionInfo =
ConfigurationManager.AppSettings["ConnectionInfo"];

web.config
~~~~~~~~~
<?xml version=“1.0″?>
<configuration xmlns=“http://schemas.microsoft.com/.NetConfiguration/v2.0″>



<appSettings>
<add key=“ConnectionInfo” value=“Postgresql” />

</appSettings>


</configuration>


Must include this assembly from GAC
GAC_System_Configuration

Post a Comment

*
*