Accessing TFS without Windows Integrated Security? (Internet Access)


from see after installation of beta 3 web site on port 8080 integrated authorization.

i thinking of changing basic authorization , after publishing site on ssl isa server. looks that:

client - ssl (port443) -> isa - http (port 8080) -> tfs

is easy or recommended way of achieving this?

does client in vs2005 offer way enter creditentials?

there way this, sharepoint , rosetta sites registered elsewhere.  following should push new registration information integration database.  please let know if works.

1. take following template xml, , replace [protocol], [:port], [at server] , [dt server], , replace protocols, ports , server fqdn for deployment registration points , save file myregistration.xml.  note if using default port associated protocol, don't need add [:port] information.

<registrationentries>
<registrationentry>
    <type>reports</type>
    <changetype>change</changetype>
    <serviceinterfaces>
      <serviceinterface>
        <name>reportsservice</name>
        <url>[protocol]://[dt server][:port]/reportserver/reportservice.asmx</url>
      </serviceinterface>
      <serviceinterface>
        <name>basereportsurl</name>
        <url>[protocol]://[dt server][:port]/reports</url>
      </serviceinterface>
    </serviceinterfaces>
</registrationentry>
<registrationentry>
    <type>wss</type>
    <changetype>change</changetype>
    <serviceinterfaces>
      <serviceinterface>
        <name>wssadminservice</name>
        <url>[protocol]://[at server][:port]/_vti_adm/admin.asmx</url>
      </serviceinterface>
      <serviceinterface>
        <name>baseserverurl</name>
        <url>[protocol]://[at server][:port]</url>
      </serviceinterface>
      <serviceinterface>
        <name>basesiteurl</name>
        <url>[protocol]://[at server][:port]/sites</url>
      </serviceinterface>
      <serviceinterface>
        <name>basesiteunc</name>
        <url>\\[at server]\sites</url>
      </serviceinterface>
    </serviceinterfaces>
  </registrationentry>
</registrationentries>

2. go @ machine, , go %programfiles%\microsoft visual studio 2005 team foundation server\tools folder

3. enter following command:
tfsreg myregistration.xml dt_servername

4. may need clear client cache after changing registration wss , rs on server.  there known issue in http://lab.msdn.microsoft.com/teamsystem/tfsknownissues.aspx under the team explorer section. 


Archived Forums T-U  >  Team Foundation Server - Setup



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........