简体   繁体   中英

Tfs not working on hosting application to IIS

***strong text***On localhost i am able to login to TFS with the help of that i am generating list. But when i am deploying this code to IIS it is not asking for the credentials as no dialog box for credential it is asking and i am unable to generate list.

Is it possible to host TFS application TO IIS? I

To configure ASP.NET to impersonate the Windows identity supplied by IIS as the WindowsIdentity for the ASP.NET application, edit the Web.config file for the application and set the impersonate attribute of the identity configuration element to true , as shown in the following example.

<configuration>
  <system.web>
    <identity impersonate="true" />
  </system.web>
</configuration>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM