IIS7 中的模块映射
我有一个基于 .net 2.0 和 II6 构建的旧应用程序。它使用 httpmodule 将 .mp3 url 重写到 asp.net 进行处理。
网址如下所示:/somepath/sound.mp3 在我们升级到 IIS7 之前它工作正常。我相信我必须更新 IIS 中的“处理程序映射”,但我确信它有问题。我刚收到 404。
我的映射看起来像这样,但无法工作:
请求路径:*.mp3 可执行文件:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll 名称:Engine Mp3
所有动词,不包括“仅当请求映射到时才调用处理程序”、脚本访问。
I have an older application that was built on .net 2.0 and II6. It uses an httpmodule to rewrite .mp3 urls to asp.net to be processed.
The urls look like this: /somepath/sound.mp3 It worked fine until we upgraded to IIS7. I believe that I have to update the "Handler Mappings" in IIS, but I'm sure having issues with it. I'm just getting 404's.
My Mapping looks like this, but fails to work:
Request Path: *.mp3
Executable: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll
Name: Engine Mp3
All verbs, no to "Invoke handler only if request is mapped to", Script access.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:http://technet.microsoft.com/en -us/library/cc731285(WS.10).aspx
Try this: http://technet.microsoft.com/en-us/library/cc731285(WS.10).aspx