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 6916023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:32:58+00:00 2026-05-27T09:32:58+00:00

I have a development machine with a WCF client, the development now is done

  • 0

I have a development machine with a WCF client, the development now is done
I want to switch to the production
so I got the WSDL link to the production server(same service, different link)

What do I need to change in the web config release in order to switch to the production?

Thanks

Edit
There is one more thing, when I import the dev WSDL I got this in my config, how do i create one for the production?

<identity>
   <certificate encodedValue="AwAAAAEAAAAUAAAAiMP2hRL597Js3Czdjo....." />
</identity>
  • 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-27T09:32:59+00:00Added an answer on May 27, 2026 at 9:32 am

    To find the difference between a prod WSDL and a DEV WSDL you need to use the svcutil.

    Open a visual studio command prompt then run:

    svcutil http://prod/service.svc

    It will give you a location of “output.config”. Open that up and look at the differences.

    Best practice for deploying is to use the Web.Config Transformations that Microsoft has built into Visual Studio 2010. Detail here: http://msdn.microsoft.com/en-us/library/dd465318.aspx

    The basic steps are:

    1. Create web.debug.config, web.release.config
    2. Make sure your build configuration settings say “release”.
    3. Edit the “web.release.config” with your changes using the replacement syntax found in the link above. You can replace any node in your original web.config.
    4. Deploy the website using one click publish or create a deployment package.

    Here is an example of a web.release.config that has replaces the endpoint’s configuration area. Notice the xdt:Transform=”Replace”, That replaces the whole client node.

    <?xml version="1.0"?>
    <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
        <system.serviceModel>
            <client xdt:Transform="Replace">
                <endpoint address="http://prod/service.svc/binary" binding="customBinding"  behaviorConfiguration="LargeGraphBehavior"
                    bindingConfiguration="BinaryHttpBinding" contract="CustomerService.ICustomer"
                    name="BasicHttpBinding_ICustomer">
                   <identity>
                       <certificate encodedValue="AwAAAAEAAAAUAAAAiMP2hRL597Js3Czdjo....." />
                   </identity>
                </endpoint>
            </client>
        </system.serviceModel>
    </configuration>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two machines I work on: Windows Client (Development Machine) Linux Web Server
I have IIS 7.0 on my development machine and IIS 6.0 on my server.
I have found many tutorials about using Windows Server 2003 as a development machine,
I only have SQL Server 2008 (Dev Edition) on my development machine I only
I have many different branches/checkouts of the same project code on my development machine.
I have a WCF service hosted in IIS 5.1 on my development XP machine.
We want to have two .NET apps running on the same machine communicate with
I have a development machine A and a test server B. A runs Windows,
I have a Glassfish 3.1 server set up running on my development machine, and
I have a pretty beefy development machine and three monitors, so after some intense

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.