B
Brad Wood
The ConnectionString property of the ConnectionStringSettings object is
get/set, but when I try to set it to some other value I get an error,
"The configuration is read only".
I get the object by calling
WebConfigurationManager.ConnectionStrings["production"]
From this Web.Config snippet:
<connectionStrings>
<add name="production" connectionString="encrypted"
providerName="System.Data.OracleClient" />
</connectionStrings>
I don't get it.
get/set, but when I try to set it to some other value I get an error,
"The configuration is read only".
I get the object by calling
WebConfigurationManager.ConnectionStrings["production"]
From this Web.Config snippet:
<connectionStrings>
<add name="production" connectionString="encrypted"
providerName="System.Data.OracleClient" />
</connectionStrings>
I don't get it.