<connectionStrings file="devsettings.config">

M

Morten71

in web.config in my dot net 1.1 web projects I have my connection
strings in the appSettings section. I usually overruled values by
referencing an external config file holding my devsettings like this:

<appSettings file="devsettings.config"/>

I can't find any info on how to do the same in my dot net 2.0 web
projects using the <connectionStrings> in the web.config file.

<connectionStrings file="devsettings.config"> produces an
"Unrecognized attribute 'file'" exception.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top