TinyWeb 框架可以在会话状态关闭的情况下运行处理程序吗?

发布于 2025-01-08 08:09:43 字数 364 浏览 1 评论 0原文

我正在使用 TinyWeb 框架和 Spark 视图引擎开发一个简单的网站。

环境是Visual Studio 2011开发者预览版.net 4.5

一切正常,直到我关闭会话状态。

当我关闭会话状态之前工作的 url 返回 404 我认为 iis 没有运行 TinyWeb 处理程序代码。既然它说它是静态文件处理程序?

有没有办法让 TinyWeb 处理请求而不必打开会话状态?

这是错误详细信息。

模块:IIS Web 核心

通知:MapRequestHandler

处理程序: StaticFile

错误代码:0x80070002

I am developing a simple website with the TinyWeb framework and Spark view engine.

Environment is Visual Studio 2011 developer preview & .net 4.5

Everything works well until I turn off session state.

When I turn session state off previously working urls return 404's
I think iis is not running the TinyWeb handler code. Since it says it was the static file handler?

Is there a way to get TinyWeb to handle requests with out having to have session state on?

Here is the error details.

Module: IIS Web Core

Notification: MapRequestHandler

Handler: StaticFile

Error Code: 0x80070002

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

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

发布评论

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

评论(1

豆芽 2025-01-15 08:09:43

答案看起来是否定的。请求由 HttpHandler 类处理,并实现 IRequiresSessionState。

The answer looks like no. Requests are processed by a HttpHandler class and it implements the IRequiresSessionState.

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