Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7065531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:58:03+00:00 2026-05-28T04:58:03+00:00

I have a Web.config with several ConnectionStrings <connectionStrings> <add name=connStr1 connectionString=… <add name=ConnStr2 connectionString=…

  • 0

I have a Web.config with several ConnectionStrings

<connectionStrings>
    <add name="connStr1" connectionString="...
    <add name="ConnStr2" connectionString="...
    <add name="connStr3" connectionString="...

Is there a way using config transformations to remove a specific connectionstring? Something Like:

<connectionStrings>
    <xdt:Remove connStr2?

Obviously no where near the correct syntax, but you get my drift…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:58:04+00:00Added an answer on May 28, 2026 at 4:58 am

    From the MSDN documentation on the subject:

    <configuration xmlns:xdt="...">
      <connectionStrings>
        <add xdt:Transform="Remove" />
      </connectionStrings>
    </configuration>
    

    The Transform="Remove" is the magic you’re looking for. There is also a Transform="RemoveAll" which you might be able to use in conjunction with a specific add(s).

    EDIT

    On second thought you may also be able to combine the Locator attribute with the Remove defined above to limit which elements you actually want to delete.

    More definitively:

    <configuration xmlns:xdt="...">
      <connectionStrings>
        <add xdt:Transform="Remove" xdt:Locator="XPath(configuration/connectionStrings[@name='ConnStr2'])" />
      </connectionStrings>
    </configuration>
    

    Or similar should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my web.config, appSettings section, I have several keys. What is the preferred way
I am using IIS V5.1. Integrated windows authentication I have a following web config:
I have several configuration entries for application. Identical entries are stored in Machine.config/Web.config etc..
For my web application, I have several startup config values that need to be
I have a web.config of a functioning MOSS server with our custom settings and
In my ASP.NET application I have a web.config file. In the web.config file I
In the Setup Project I have 2 web.config files: web.config - used during the
I have the following web config file. I am having some difficulty in retrieving
I have configured my Web.Config file as follow in a ASP.NET MVC 2 project:
Say I have the following web.config: <?xml version=1.0 encoding=utf-8?> <configuration> <system.web> <authentication mode=Windows></authentication> </system.web>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.