IIS Application Pool
Create a custom AppPool, I called mine SvnBridge
Set the AppPool Setting like so: .
Net Framework Version = v4.0
Manged Pipline Mode = Integrated
Enabled 32-Bit Applications = False
Worker Processes = 2
Identity = Network Service
WebSite
I setup the Bridge under the Default WebSite.
Set SVNBridge as an application, not a virtual directory
Set the Application Pool to the custom one created above
Set the Physical Path Credentials to a TFS Trusted Windows Account for
TFS. When you set the physical path, there is a test button that will
tell you its good
Goto Authentication button Set the following:
Anonymous Authentication - Disabled
ASP.NET Impersonation - Disabled
Basic Authentication - Enabled
Digest Authentication - Disabled
Forms Authentication - Disabled
Windows Authenticaiton - Disabled
now Click on Basic Authentication and click Edit Set the Default
Domain to your NT Domain name Ensure that Realm is blank
Web.Config
Set LogPath to a trusted Path
Set the DomainIncludesProjectName to False
Set the TFS URL to the new TFS Collection Name something like:
http://myServerName.acme.com:8080/tfs/SuperCollection
Set the System.web to this, you can change debug to false after you
confirm it works:
Set the System.net to this: