Visual Studio / Visual Source Safe / Integrated Security / IIS 7

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-04-12T12:47:29Z Indexed on 2010/05/23 4:40 UTC
Read the original article Hit count: 532

  • Using Visual Source Safe with IIS integration (the working dir is the IIS site)
  • Visual Studio, pointed to the IIS site would load up the Web project.
  • It would be under VSS control (have to check out files, etc).

Recently, we had to switch to Integrated Security for our database connections from the web app. This means changing the impersonation of the IIS app pool (and anon authentication) to the impersonated account.

Since I did this -- my project loads in Visual Studio, but it acts as if I'm not me, and the files aren't under source control anymore. I'm going to assume it's something with the pass-through from IIS to the VSS (as if you'll remember you had to add IIS_USERS to the VSS list of users). Even trying to add the impersonated account didn't work.

Any ideas?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about iis7