- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个自定义的 IHttpHandler,它调用 MvcHttpHandler 实现,如 this answer 中所述。 .
它在 asp.net MVC2 中运行良好,但是在我使用 IISExpress 7.5 将代码迁移到 MVC4 后,我开始在线上收到 InvalidOperationException:
httpHandler.ProcessRequest(HttpContext.Current);
'HttpContext.SetSessionStateBehavior' can only be invoked before 'HttpApplication.AcquireRequestState' event is raised.
最佳答案
我相信你需要使用httpContext.Server.TransferRequest
随着 MVC 更新。
看到这个问题:MVC3 Application Inside Webforms Application Routing is throwing a HttpContext.SetSessionStateBehavior Error in IIS7.5
关于.net-4.0 - 从自定义 IHttpHandler 调用 MvcHttpHandler.ExecuteRequest 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10998664/
我正在尝试为 MVC Controller 执行自定义 ActionResult。在我正在查看的示例中,它显示了下面的代码片段。我的 System.Web.Mvc.MvcHttpHandle 没有实现
我有一个自定义的 IHttpHandler,它调用 MvcHttpHandler 实现,如 this answer 中所述。 . 它在 asp.net MVC2 中运行良好,但是在我使用 IISExp
我是一名优秀的程序员,十分优秀!