Crossposted from here because this might be the right forum
Hello,
I am trying to debug a complex ASP.net web app, with a web client and some WCF service projects for layer interfaces. This is a maintenance project, on which I have been working for quite some time. The thing is, I am debugging a specially complicated bug, and had to change a lot of different things on the web.config file, and made a lot of changes and updated some service references
Now, every time I try to run the project I get the IIS7 start page (the one with IIS7 in big letters and around it "welcome" written in different languages). I tried reverting the version, even deleting the whole project from my local system and getting it again from SVN, with no result. I tried to run from other branches, and it happens to all of them, but it does not happen to my colleagues.
I also have set the startup project and startup page to specific pages, but still it does the same.
I'm blocked. Does anybody know why this might happen?