> I have a web.config file and I want to externalize my connectionStrings
> setting so that it points to a separate file like so:
[quoted text clipped - 14 lines]
>
> Linda
I am too sure about this but What I had observecd is when you run and
web application, it first gets compile and when it gets complied it is
placed under c:\windows\microsoft.net\framework\v2.0.50727 directory
and later gets executed from there. What you can do is instead og
using relative path to the connectionstrings.config file use absolute
path in the web config file.
I hope this helps
lf - 31 May 2007 16:15 GMT
pb
Thanks for your response. I think that I read though that you can only use
relative paths in the configSource attribute - not absolute paths. I get
what you're saying about compilation though - that is probably my problem,
but I wish I could find a workaround for this.
Thanks,
Linda
> > I have a web.config file and I want to externalize my connectionStrings
> > setting so that it points to a separate file like so:
[quoted text clipped - 23 lines]
>
> I hope this helps