Visualstudio-docs: Incorrect XML?

Created on 29 Jun 2018  Â·  6Comments  Â·  Source: MicrosoftDocs/visualstudio-docs

This line seems strange:
<proxy bypassonlocal="True" proxyaddress=" HYPERLINK "http://<yourproxy:port#" http://<yourproxy:port#>"/>

Should this be:
<proxy bypassonlocal="True" proxyaddress="http://<yourproxy:port#>"/>


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

doc-bug

Most helpful comment

The line still seems off to me. Is this the correct line of code? The syntax highlighting makes me think that this is incorrect:

All 6 comments

@kylejrp Thanks for your feedback! We'll investigate and report back.

@kylejrp We'll have this fixed with tomorrow's regularly scheduled publish at noon. Thanks again for reporting it!

The line still seems off to me. Is this the correct line of code? The syntax highlighting makes me think that this is incorrect:

You still haven't fixed that. I'm trying to set it in VS and nothing is working. This sample code is useless.

All you need is :

<system.net>
          <defaultProxy useDefaultCredentials="true" enabled="true">
           <proxy usesystemdefault="True" />
         </defaultProxy>
    </system.net>

It should pickup the proxy settings from IE settings.
If you are trying to connect to GIT, TFS etc delete the saved password in windows credential manager. When trying to connect it should prompt you for credentials and save them again. If you have old password credentials , Windows is not smart enough to update it in Credentials manager.

Hope this helps

@kylejrp After consulting with our engineering team, I've verified that the updates to the page are now correct. Thanks again to you for reporting the issue, and to everyone else for your input, too.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JeepNL picture JeepNL  Â·  3Comments

nitinjs picture nitinjs  Â·  3Comments

patrikhuber picture patrikhuber  Â·  4Comments

Ogglas picture Ogglas  Â·  3Comments

realbart picture realbart  Â·  3Comments