<connectionStrings file="devsettings.config">
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: Morten71 <Morten71>
- Date: Sat, 13 Jan 2007 12:14:57 -0800
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.
.
Relevant Pages
- Error looking up webservice, in the test mode
... I have one solution with two web projects, ... It fails trying to call the webservice of the second. ... An established connection was aborted by the software in your host machine ... (microsoft.public.dotnet.framework.aspnet) - IIS port other than 80 cause VS to complain
... I need to set the port for IIS to something other than 80. ... web projects, VS says it can't establish connection with the server. ... (microsoft.public.vsnet.general) - IIS port other than 80 cause VS to complain
... I need to set the port for IIS to something other than 80. ... web projects, VS says it can't establish connection with the server. ... (microsoft.public.vsnet.setup) - Re: datareader - connected or disconnected ^_^
... connection, therefore the datareader is just a connected way of getting ... much for any database server, while in the disconnected way it means only a ... retrieving/updating of the data. ... > some time ago in "the dot net show" i heard that microsoft has found no ... (microsoft.public.dotnet.framework.adonet) - Connecting to an Access database
... Can anyone give me an example of connection to an access database. ... I can connect to them OK through ADO in ... Delphi 7, but using the same connection string in dot NET, the connection ... Since the connection fails, ... (borland.public.delphi.database.ado) |
|