Visual Studio / Visual Source Safe / 集成安全性 / IIS 7
- 使用 Visual Source Safe 与 IIS 集成(工作目录是 IIS 站点)
- Visual Studio,指向 IIS 站点将加载 Web 项目。
- 它将受到 VSS 控制(必须签出文件等)。
最近,我们必须从 Web 应用程序切换到数据库连接的集成安全性。这意味着将 IIS 应用程序池的模拟(和匿名身份验证)更改为模拟帐户。
由于我这样做了——我的项目在 Visual Studio 中加载,但它的行为就好像我不是我一样,并且文件不再受源代码控制。我将假设它与从 IIS 到 VSS 的传递有关(就好像您会记得必须将 IIS_USERS 添加到 VSS 用户列表中一样)。即使尝试添加模拟帐户也不起作用。
有什么想法吗?
- 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VSS 受到了很多不好的批评,但我怀疑它会像这样失去整个项目。您可以通过安装并运行独立的 VSS 客户端进行确认(希望您可以确定 VSS 服务器并查找名为 srcsafe.ini 的文件并使用 VSS 客户端打开该文件)。
VSS receives many bad rap, but I doubt that it would lose an entire project like that. You can confirm by installing and running the stand-alone VSS client (hopefully you can determine the VSS server and look for the file called srcsafe.ini and open that using the VSS client).