在 Visual Studio 开发服务器中使用 ISAPI 筛选器

发布于 2024-07-29 05:16:40 字数 242 浏览 7 评论 0原文

我正在尝试让当前的 Web 应用程序在我的本地计算机上运行,​​以用于开发目的......以前的开发人员突然离开并且没有记录任何内容。

基本上,它使用 ISAPI 过滤器,安装到 IIS 中以进行某些 url 重定向... 这很好,但是,我想在我的本地开发机器上设置它...... 我该如何去做呢? 这样我的项目就会在我点击 f5 时运行......

我可能最终会在不久的将来使用 httphandler 或其他东西。

I'm trying to get a current web application running on my local machine, for dev purposes... the previous developer left abruptly and didn't document ANYTHING.

Basically, it uses an ISAPI filter, installed into IIS for some url redirection...
this is fine, but, i want to set it up on my local dev machine...
How can i go about doing that? so that my project runs when i hit f5....

i will probably end up using an httphandler or something in the very near future.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

另类 2024-08-05 05:16:40

您需要使用 IIS 管理控制台将 ISAPI 筛选器添加到 IIS。 仅当您选择了正确的节点时,您才能在服务器级别或网站级别(以及查看它们的选项)全局添加 ISAPI 过滤器。

(使用该工具的详细信息取决于 IIS6 与 IIS7。)

如果安装了 ISAPI 过滤器,那么它应该可以工作,但如果没有文档,您将不得不查看源代码或调试。

You need to add the ISAPI filter to IIS using the IIS Management Console. You add ISAPI filters globally at the server level, or at the Web Site level (and the options to look at them) only exist if you have selected the right node.

(Details of using the tool depend on IIS6 vs IIS7.)

If the ISAPI filter is installed, then it should be working, but without documentation you are stuck looking at source or debugging.

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