Subsonic 无法在共享托管环境中工作

发布于 2024-09-03 03:19:47 字数 57 浏览 2 评论 0原文

我尝试了 GODaddy 和 BizHost.Net,但都不起作用。

有什么想法吗?

I Tried GODaddy and BizHost.Net, neither works.

Any ideas?

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

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

发布评论

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

评论(2

带刺的爱情 2024-09-10 03:19:47

我认为 SubSonic 需要充分的信任,而 GoDaddy 不提供这种信任......不了解 BizHost。

我确实发现了如何让 SubSonic 在中等信任度下工作:

http://www.scribd .com/doc/94319/SubSonic - 阅读第 7 页 信任级别

我使用 DiscountASP.Net,它们确实允许完全信任

I think SubSonic needs full trust which GoDaddy doesn't offer.... Don't know about BizHost.

I did find this though on how to get SubSonic working in medium trust:

http://www.scribd.com/doc/94319/SubSonic - read page 7 Trust level

I use DiscountASP.Net and they do allow full trust

┈┾☆殇 2024-09-10 03:19:47

由于你没有提供任何细节,我只能猜测。

SubSonic 查询 information_schema 以生成 DAL。
在大多数托管环境中,出于安全原因,您对 information_schema 的访问权限(如果有)有限。

您可以在本地生成 DAL 并将文件复制到服务器。

Since you didn't provide any details, I could just guess.

SubSonic queries the information_schema in order to generate the DAL.
In most hosting environments you only have limited access (if any) to the information_schema for security reason.

You could generate the DAL locally and copy the files to the server.

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