Can you please tell me where the replacement file is suppose to be located? I've tried using a connectionStrings=connectionStrings.config and locating the file in the Web deployment's directory and the Web apps root directory, but neither are being found.
Thanks.
Can you please tell me where the replacement file is suppose to be located? I've tried using a connectionStrings=connectionStrings.config and locating the file in the Web deployment's directory and the Web apps root directory, but neither are being found.
Thanks.
Derek Greer
dgreer@fedex.com
I am having the same problem! Can anyone shed some light on this issue?
Hi, I notice that most of these posts were way back in November, any news on the new release with the fix in place? Would really like to replace the applicationSettings!
derekgreer
Member
157 Points
32 Posts
Re: Web Deployment Projects: Web.config sections <system.web>
Feb 21, 2006 05:53 PM|LINK
Derek Greer
dgreer@fedex.com
lprigmore
Member
239 Points
52 Posts
Re: Web Deployment Projects: Web.config sections <system.web>
Mar 07, 2006 11:08 PM|LINK
I am having the same problem! Can anyone shed some light on this issue?
Thanks in advance for any help,
Les Prigmore
DateTheKnave
Member
15 Points
3 Posts
Re: Web Deployment Projects: Web.config sections <system.web>
Mar 17, 2006 11:37 AM|LINK
Hello,
I just downloaded the latest Beta of Web Deployment projects, and i'm having an issue replacing a system.web setting.
the setting I wish to replace is our development setting:
<system.web>
<identity impersonate="false" userName="UserName" password="Password" />
<system.web>
so, I've setup a replacement file containing
<
identity impersonate="true" userName="UserName" password="LivePassword" />(I've also tried wrapping that in a <system.web></system.web> block too)
And using the replacement directive, in the web deployment:
system.Web/Identity=TestSystemWeb.config
I'm guessing it's becuase 'Identity' isn't a section group, just a single key.
The question is, how can I get around this?
Cheers,
Dave.
dibzee
Member
5 Points
1 Post
Re: Web Deployment Projects: Web.config sections <system.web>
Mar 17, 2006 03:12 PM|LINK
Thanks.
BradleyB
Participant
1197 Points
230 Posts
Microsoft
Re: Web Deployment Projects: Web.config sections <system.web>
Mar 28, 2006 06:19 PM|LINK
The task that ships with Web Deployment Projects for replacing config sections will only work on sections that support the configSource attribute.
Hope this helps, Brad.
trentfoley
Member
10 Points
2 Posts
Re: Web Deployment Projects: Web.config sections <system.web>
Nov 14, 2006 06:17 PM|LINK
Dave,
The sections are case sensitive. Verify that your system.Web section is not system.web.
Trent
raikkonen
Member
106 Points
157 Posts
Re: Web Deployment Projects: Web.config sections <system.web>
Nov 24, 2006 11:07 AM|LINK
Hi, I posted wrongly the last time so I would like to help me in....
this problem... http://forums.asp.net/1475443/ShowThread.aspx#1475443
Thanks in advance...