怎样注册怎样在visual studioo Online

新浪广告共享计划>
广告共享计划
为你的Visual&Studio单独设置代理服务器
最近,因为国内访问Visual Studio Online(微软的免费代码托管服务,以前叫Team Foundation
Service)越来越慢&&原因你懂的&&甚至有些时候连登录页面都刷不出来,所以我只好在Firefox浏览器中设置了用GoAgent&科学上网&。并且,Visual
Studio本身也需要访问代码库和Visaul Studio
Online上的TFS服务器,所以也需要给VS设置代理服务器。但是问题来了,在设置中能看到VS使用的是IE代理设置,并且没有单独的代理服务器选项。
但是我并不想把整个系统的代理都设置成GoAgent,那么有没有办法单独设置VS的代理服务器而不影响Windows系统、IE和其他程序么?
答案是有的!我意识到Visual
Studio本身实际上也是用.NET技术写成的,那么一些可以适用于.NET应用程序的配置也可以用在Visual
Studio上。在.NET中,我们可以通过修改应用程序的config文件中的system.net节点来单独指定这个程序所使用的代理
MSDN文档如下:
所以问题就可以这么解决了:
1.安装并配置GoAgent,默认地址应该是127.0.0.1,端口8087 (安装过程不再详述,教程点这里 )
2.使用管理员权限打开记事本(或NotePad++等文本编辑器),打开这个文件
C:\Program Files (x86)\Microsoft Visual Studio
11.0\Common7\IDE\devenv.exe.config
C:\Program Files (x86)\Microsoft Visual Studio
10.0\Common7\IDE\devenv.exe.config
3.搜索sytem.net节点,默认设置应该是这样的
&system.net&
      
&settings&
          
enabled=&true&/&
      
&/settings&
&/system.net&
4.添加下面文字到system.net节点中
&defaultProxy
useDefaultCredentials=&true&
enabled=&true&&
   
bypassonlocal=&true&
proxyaddress=&http://127.0.0.1:8087/&
&/defaultProxy&
使其变成类似这样的
之后重启Visual Studio就可以了!
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。Posts - 42,
Articles - 0,
Comments - 46
——爱技术、爱生活
12:53 by ps_zw, ... 阅读,
&&&&&&& Visual Studio Online,也就是以前的Team Foundation Service,从名字可以看出这是一个团队资源管理服务。在微软的云基础架构中运行,无需安装或配置任何服务器,使用既有的IDE(如 Visual Studio、Eclipse 或 Xcode)都可以连接上云服务,管理你的团队资源。
&&&&&&& 本文主要介绍如何使用Visual Studio S2010连接到Visual Studio Online服务,管理我们的团队资源。
(1)安装Visual Studio2010
(2)安装Visual Studio2010 sp1
(3)安装插件 VS10SP1-KB2662296
(4)注册Visual Studio Online账号(已有微软账号可通用)
(5)点击下载所有工具,并根据需要按步骤安装
(1)登录Visual Studio Online,如果是新用户,则需要输入一些额外的详细信息。注意这里的填写的URL,它将会是你的在vs中添加的服务器地址
(2)创建一个project,并选择版本控制提供程序(TFS or Git),过程模板,然后点击创建按钮
(3)打开Visual Studio2010& 点击&连接到Team Foundation Server&(也可以点击菜单&团队&-&&连接到Team Foundation Server&)
(4)在弹出界面,依次点击:服务器-&添加-&输入服务器地址(即上面我们创建账号是的url)-&确定-&在弹出窗口中输入你的Visual Studio Online账号和密码,并登录.
(5)经过上面的操作我们就可以看到我们的项目了,点击&连接&即可
(6)之后你就可以创建具体解决方案了,并按照以往TFS相同的操作进行签入签出了。
(1)免费版智能创建5个用户;
(2)由于是在线TFS管理,对网络肯定有要求,所以遇到签入,签出慢的时候应该淡定,可以慢慢等待或者取消重新操作;
(3)如果安装的vistual studio没有团队菜单,或者点击&连接到Team Foundation Server&报错,请安装Microsoft Visual Studio Team Explorer 2010 点击下载Visual Studio extensions now available at
The Visual Studio Gallery provides quick access to tools, controls, and templates to help you get the most out of Visual Studio.
Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
6,962 items in the Gallery
Add Products and Extensions
to access your Gallery

我要回帖

更多关于 visual studio注册码 的文章

 

随机推荐