Application_BeginRequest 未在 WebForms URL 路由上触发
通过我的应用程序进行调试。使用 URL 路由的 ASP.NET WebForms 2.0。我正在 Application_Start 中注册我的路由,但是我注意到 Global.asax 中的 Application_BeginRequest 方法在请求路由 URL 与确切 URL(即使用 .aspx 文件类型)时没有被命中。
有什么想法吗?
编辑:IIS7 和 URLRoutingModule 位于 web.config
干杯, -史蒂夫
Debugging through my application. ASP.NET WebForms 2.0 using URL routing. I'm registering my routes in Application_Start, however I'm noticing that my Application_BeginRequest method in Global.asax is not getting hit when requesting a routed URL versus the exact URL (i.e. with the .aspx file type).
Any ideas?
EDIT: IIS7 and the URLRoutingModule is in the web.config
Cheers,
-Steve
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论