Hi,
I have created asp.net web application.This application will fetch files from tfs server based on logged in user credentials such as user name,password and domain name.
In visual studio development server i.e in debugging mode,fetching all the files and downloading files based on changeset and itemname is working.
I have hosted this application locally in inetmanager i.e iis 7.5
It is fetching all the files but downloading file based on changeset and itemname is throwing exception that
ERROR:TF30063: You are not authorized to access Microsoft-IIS/6.0
What could be the reason?