Windows 2008上的IIS 7配置 [英] iis 7 configuration on windows 2008

查看:85
本文介绍了Windows 2008上的IIS 7配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在IIS的isapi中配置了两个dll,
并与isapi dll发生冲突,
每当有一个dll的请求时,它总是转发给另一个.

有人可以帮我解决一下如何使isapi dll更适合特定请求的问题.

I have two dll''s configured in isapi on IIS,
and conflict occurs with isapi dll,
when ever a request comes for one dll it is always forwarded to other.

Can some one help me out how to make the isapi dll more specific for particular request.

推荐答案

确保已将应用程序添加到正确的池中,例如: .NET v4.0

在IIS7中,转到网站并打开处理程序映射.
在这里,您将看到处理程序列表.

喜欢:
PageHandlerFactory-ISAPI-2.0-* .aspx
PageHandlerFactory-ISAPI-2.0-64-* .aspx
PageHandlerFactory-ISAPI-4.0_32bit-* .aspx
PageHandlerFactory-ISAPI-4.0_64bit-* .aspx

双击一行以查看详细信息.

您可以从该列表中删除重复的处理程序(对于特定网站).请注意,这将更新web.config.
Make sure you have added the application to the right pool, like: ASP.NET v4.0

In IIS7 go to the website and open the handler mappings.
There you''ll see a list of handlers.

Like:
PageHandlerFactory-ISAPI-2.0 -- *.aspx
PageHandlerFactory-ISAPI-2.0-64 -- *.aspx
PageHandlerFactory-ISAPI-4.0_32bit -- *.aspx
PageHandlerFactory-ISAPI-4.0_64bit -- *.aspx

Double-click on a line to see the details.

You can remove the duplicate handlers from that list (for a specific website). Notice that this will update the web.config.


这篇关于Windows 2008上的IIS 7配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆