MySQL 作为 ASP 会话状态不适用于共享主机,仅适用于 localhost

发布于 2024-10-19 00:01:38 字数 316 浏览 2 评论 0原文

我以前在一些共享主机上遇到过这个问题,但不记得修复方法。我花了近 2 天的时间进行谷歌搜索,甚至浏览了 2 个旧项目的外部硬盘备份并阅读了 web.configs,但我只是无法找到它,而且我认为我没有在谷歌搜索正确的术语...

我是使用 Mysql Connector/Net 存储 asp 会话状态。 mysql 数据库位于托管服务器上(我本地没有 mysql)。 在本地打开页面会在数据库中创建一个会话。 在主机上打开页面则不会。

我以前见过这个问题,但已经是很久以前的事了,我在这里搜索了一些已回答的问题,但不是太广泛,我厌倦了搜索。

请帮忙

I have encountered this problem before on a few shared hosts but cant remember the fix. I have spent almost 2 days googling and I have even gone through 2 external hd's of backups of old projects and read the web.configs but I just cant put my find it and I dont think I am googling the correct terms...

I am using Mysql Connector/Net to store asp session state.
The mysql db is on the hosting server ( I have no mysql locally).
Opening a page locally creates a session in the db.
Opening a page on the host does not.

I have seen this issue before but was a long time ago and I have searched a few of the answered questions here but not too extensive, I'm sick of searching.

Help Please

Mat

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

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

发布评论

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

评论(1

知足的幸福 2024-10-26 00:01:38

听起来像是权限问题。 db 用户具有来自一台主机(本地)的连接/更新权限,但不具有来自另一台主机(托管服务器)的连接/更新权限。

It sounds like a permissions issue. The db user has connect/update permission from one host (locally), but not from the other (hosting server).

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