I have a connection string defined as follows:
No matter where I put this in the web config file I get an error.
Where in the config file is the connection string supposed to go?
Stars for help!!!
Thanks,
Chilly442
---------------------------------------
If I lived anywhere else I'd be Sunny442
Code:
<connectionStrings>
<add name="Con" connectionString="Driver={Microsoft ODBC for Oracle};Server=xxxx;Uid=xxxx;Pwd=xxxx;" providerName="System.Data.ODBC"/>
</connectionStrings>
No matter where I put this in the web config file I get an error.
Where in the config file is the connection string supposed to go?
Stars for help!!!
Thanks,
Chilly442
---------------------------------------
If I lived anywhere else I'd be Sunny442