<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Ed Squared - TSWA</title>
    <link>http://www.edsquared.com/</link>
    <description>The Ramblings of Two Microsoft .NET Developers, TFS, and Visual Studio ALM Guys --- "Yes, we are both named Ed."</description>
    <language>en-us</language>
    <copyright>Ed Blankenship</copyright>
    <lastBuildDate>Fri, 15 Feb 2008 18:44:16 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 12.1.14.2</generator>
    <managingEditor>edblankenship@gmail.com</managingEditor>
    <webMaster>edblankenship@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=6bb593d9-ad6c-4c56-9677-5b1436127a31</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,6bb593d9-ad6c-4c56-9677-5b1436127a31.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,6bb593d9-ad6c-4c56-9677-5b1436127a31.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6bb593d9-ad6c-4c56-9677-5b1436127a31</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So here at Infragistics we're truly a global company now which makes life as a TFS
Administrator very "interesting" for sure!  Everyone is working around the clock
and things can go wrong pretty much 24-7.  Oh well - I'm used to it already :)
</p>
        <p>
 
</p>
        <p>
If you didn't know, last week Microsoft announced that all of the <a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2farchive%2f2008%2f02%2f06%2fall-team-system-web-access-languages-are-available.aspx" target="_blank">localized
versions of Team System Web Access (TSWA)</a> had been finished and available for
download.  This was great because we needed a couple of them for internal use.
The only problem I found was that you can't install more than one version of TSWA
on the same machine.  That's no fun :(
</p>
        <p>
          <a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fMultipleLocalizedTeamSystemWebAccessSite_B31E%2fclip_image002_2.jpg">
            <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="142" alt="clip_image002" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MultipleLocalizedTeamSystemWebAccessSite_B31E/clip_image002_thumb.jpg" width="349" border="0" />
          </a>
        </p>
        <p>
Thankfully <a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;url=http%3a%2f%2fblogs.msdn.com%2fhakane%2fdefault.aspx" target="_blank">Hakan</a> came
to my rescue and gave me a few steps to try and they definitely worked out for me. 
I did everything on a separate virtual machine, gathered all of the files I needed,
and then copied them to the TSWA web server.  
</p>
        <p>
          <em>Disclaimer:  If you're going to follow the steps be mindful that this is
completely unsupported by Microsoft.</em>
        </p>
        <ol>
          <li>
Install &lt;localized version&gt;</li>
          <li>
Copy the files to C:\TSWA\&lt;localized version code&gt;</li>
          <li>
Uninstall &lt;localized version&gt;</li>
          <li>
(Repeat for all languages)</li>
          <li>
Manually create web sites in IIS to point to each of the different languages</li>
        </ol>
        <ul>
          <li>
Make sure each TSWA instance uses a different IIS AppPool</li>
          <li>
Make sure each TSWA instance points to a different cachedir</li>
        </ul>
        <p>
 
</p>
        <p>
There you go!  Also, it might be helpful to use host headers to help users out
with discovering their localized versions of TSWA.  This allows you to use port
80 as well instead of the usual default of 8090.  For example:
</p>
        <ul>
          <li>
English - tfsweb.[your domain]</li>
          <li>
Japanese - tfsweb-jp.[your domain]</li>
          <li>
German - tfsweb-de.[your domain]</li>
          <li>
etc.</li>
        </ul>
        <p>
 
</p>
        <p>
Ed B.
</p>
        <img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31" />
        <br />
        <hr />
Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</body>
      <title>Multiple Localized Team System Web Access Sites</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,6bb593d9-ad6c-4c56-9677-5b1436127a31.aspx</guid>
      <link>http://www.edsquared.com/2008/02/15/Multiple+Localized+Team+System+Web+Access+Sites.aspx</link>
      <pubDate>Fri, 15 Feb 2008 18:44:16 GMT</pubDate>
      <description>&lt;p&gt;
So here at Infragistics we're truly a global company now which makes life as a TFS
Administrator very "interesting" for sure!&amp;nbsp; Everyone is working around the clock
and things can go wrong pretty much 24-7.&amp;nbsp; Oh well - I'm used to it already :)
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
If you didn't know, last week Microsoft announced that all of the &lt;a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fbharry%2farchive%2f2008%2f02%2f06%2fall-team-system-web-access-languages-are-available.aspx" target="_blank"&gt;localized
versions of Team System Web Access (TSWA)&lt;/a&gt; had been finished and available for
download.&amp;nbsp; This was great because we needed a couple of them for internal use.
The only problem I found was that you can't install more than one version of TSWA
on the same machine.&amp;nbsp; That's no fun :(
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;amp;url=http%3a%2f%2fwww.edsquared.com%2fcontent%2fbinary%2fWindowsLiveWriter%2fMultipleLocalizedTeamSystemWebAccessSite_B31E%2fclip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="142" alt="clip_image002" src="http://www.edsquared.com/content/binary/WindowsLiveWriter/MultipleLocalizedTeamSystemWebAccessSite_B31E/clip_image002_thumb.jpg" width="349" border="0"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Thankfully &lt;a href="http://www.edsquared.com/ct.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31&amp;amp;url=http%3a%2f%2fblogs.msdn.com%2fhakane%2fdefault.aspx" target="_blank"&gt;Hakan&lt;/a&gt; came
to my rescue and gave me a few steps to try and they definitely worked out for me.&amp;nbsp;
I did everything on a separate virtual machine, gathered all of the files I needed,
and then copied them to the TSWA web server.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Disclaimer:&amp;nbsp; If you're going to follow the steps be mindful that this is
completely unsupported by Microsoft.&lt;/em&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Install &amp;lt;localized version&amp;gt;&lt;/li&gt;
&lt;li&gt;
Copy the files to C:\TSWA\&amp;lt;localized version code&amp;gt;&lt;/li&gt;
&lt;li&gt;
Uninstall &amp;lt;localized version&amp;gt;&lt;/li&gt;
&lt;li&gt;
(Repeat for all languages)&lt;/li&gt;
&lt;li&gt;
Manually create web sites in IIS to point to each of the different languages&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
Make sure each TSWA instance uses a different IIS AppPool&lt;/li&gt;
&lt;li&gt;
Make sure each TSWA instance points to a different cachedir&lt;/li&gt;
&lt;/ul&gt;
&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
There you go!&amp;nbsp; Also, it might be helpful to use host headers to help users out
with discovering their localized versions of TSWA.&amp;nbsp; This allows you to use port
80 as well instead of the usual default of 8090.&amp;nbsp; For example:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
English - tfsweb.[your domain]&lt;/li&gt;
&lt;li&gt;
Japanese - tfsweb-jp.[your domain]&lt;/li&gt;
&lt;li&gt;
German - tfsweb-de.[your domain]&lt;/li&gt;
&lt;li&gt;
etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Ed B.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=6bb593d9-ad6c-4c56-9677-5b1436127a31" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</description>
      <comments>http://www.edsquared.com/CommentView,guid,6bb593d9-ad6c-4c56-9677-5b1436127a31.aspx</comments>
      <category>TFS</category>
      <category>TSWA</category>
    </item>
    <item>
      <trackback:ping>http://www.edsquared.com/Trackback.aspx?guid=a938df85-003d-4673-ab7d-a7fe24d3ac5c</trackback:ping>
      <pingback:server>http://www.edsquared.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.edsquared.com/PermaLink,guid,a938df85-003d-4673-ab7d-a7fe24d3ac5c.aspx</pingback:target>
      <dc:creator>Ed Blankenship (EdSquared.com)</dc:creator>
      <georss:point>32.85 96.85</georss:point>
      <wfw:comment>http://www.edsquared.com/CommentView,guid,a938df85-003d-4673-ab7d-a7fe24d3ac5c.aspx</wfw:comment>
      <wfw:commentRss>http://www.edsquared.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a938df85-003d-4673-ab7d-a7fe24d3ac5c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Formerly known as Teamplain Web Access for Team System, Microsoft Visual Studio Team
System Web Access has been released and <a href="http://www.edsquared.com/ct.ashx?id=a938df85-003d-4673-ab7d-a7fe24d3ac5c&amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d2105C9EE-565E-47B9-A5AC-9A8FF8A07862%26displaylang%3den" target="_blank">freely
available as a download</a> to licensed customers of Visual Studio Team Foundation
Server.  Microsoft recently purchased devBiz and is offering their former product
for free as a Power Tool.  At some point I'm sure they will bake into the main
product but for now, it's a great value-add to the TFS product line.
</p>
        <p>
It's really a great tool for you to use if you don't feel like installing a lightweight
version of Visual Studio for users who really don't need all of it.  It reproduces
pretty much everything that you could do in Team Explorer but in a nice web application. 
I'd say It's nice to have even as a developer!
</p>
        <p>
 
</p>
        <p>
Ed B.
</p>
        <img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=a938df85-003d-4673-ab7d-a7fe24d3ac5c" />
        <br />
        <hr />
Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</body>
      <title>Visual Studio Team System Web Access Available</title>
      <guid isPermaLink="false">http://www.edsquared.com/PermaLink,guid,a938df85-003d-4673-ab7d-a7fe24d3ac5c.aspx</guid>
      <link>http://www.edsquared.com/2007/07/31/Visual+Studio+Team+System+Web+Access+Available.aspx</link>
      <pubDate>Tue, 31 Jul 2007 19:16:43 GMT</pubDate>
      <description>&lt;p&gt;
Formerly known as Teamplain Web Access for Team System, Microsoft Visual Studio Team
System Web Access has been released and &lt;a href="http://www.edsquared.com/ct.ashx?id=a938df85-003d-4673-ab7d-a7fe24d3ac5c&amp;amp;url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d2105C9EE-565E-47B9-A5AC-9A8FF8A07862%26displaylang%3den" target="_blank"&gt;freely
available as a download&lt;/a&gt; to licensed customers of Visual Studio Team Foundation
Server.&amp;nbsp; Microsoft recently purchased devBiz and is offering their former product
for free as a Power Tool.&amp;nbsp; At some point I'm sure they will bake into the main
product but for now, it's a great value-add to the TFS product line.
&lt;/p&gt;
&lt;p&gt;
It's really a great tool for you to use if you don't feel like installing a lightweight
version of Visual Studio for users who really don't need all of it.&amp;nbsp; It reproduces
pretty much everything that you could do in Team Explorer but in a nice web application.&amp;nbsp;
I'd say It's nice to have even as a developer!
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Ed B.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.edsquared.com/aggbug.ashx?id=a938df85-003d-4673-ab7d-a7fe24d3ac5c" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Brought to you by Ed Blankenship and Ed Kisinger at EdSquared.com</description>
      <comments>http://www.edsquared.com/CommentView,guid,a938df85-003d-4673-ab7d-a7fe24d3ac5c.aspx</comments>
      <category>TFS</category>
      <category>TSWA</category>
    </item>
  </channel>
</rss>