Visual Studio / Visual Source Safe / 集成安全性 / IIS 7

发布于 2024-08-28 04:29:19 字数 380 浏览 6 评论 0原文

  • 使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法言说的痛 2024-09-04 04:29:19

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文