B
BobLaughland
Hi All,
How do I use the database string stored in the web.config file?
It is under here,
<connectionStrings>
<add name="ConnectionString"................
</connectionStrings>
All I want to do is get that string out of the config for when I want
to write database queries directly into the code.
Thanks,
Peter.
How do I use the database string stored in the web.config file?
It is under here,
<connectionStrings>
<add name="ConnectionString"................
</connectionStrings>
All I want to do is get that string out of the config for when I want
to write database queries directly into the code.
Thanks,
Peter.