在 IIS6 上安装 Django/Python

发布于 2024-08-28 18:19:11 字数 480 浏览 6 评论 0原文

我们目前正在 IIS6 上安装最新版本的 Django 和 Python。我们已按照以下站点上的说明进行操作:

http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer< /a>

当尝试通过 IIS 服务器访问 Django 应用程序时,我们收到 403 错误。 我们已经在 IIS6 上验证了 python 安装并且它运行正常。 我们还验证了 Django 安装。我们的应用程序在内置 Django 服务器下运行良好,但在 IIS 下运行时遇到困难。

我们假设我们可能会从上面链接中提供的说明的“将 Django 链接到 PyISAPIe”部分中收到错误。

谢谢。

We are currently installing the latest version of Django and Python on IIS6. We have followed the instructions on the following site:

http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer

We are receiving a 403 error when trying to access our Django application via the IIS server.
We have verified the python installation on IIS6 and it is working properly.
We have also verified the Django installation. Our application runs fine under the built-in Django server, but we are having difficulties getting it to run under IIS.

We presume we could be getting errors from "Linking Django to PyISAPIe" section of the instructions provided on the link above.

Thanks.

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

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

发布评论

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

评论(1

为你鎻心 2024-09-04 18:19:11

您是否创建了一个单独的应用程序池来运行 PyISAPI(即不是 DefaultAppPool)?如果是,该池在哪个用户/组下运行?您可能需要为该用户分配适当的权限。例如,请参阅此页面:

http://support.asimo.nl/activekb /questions.php?questionid=6

更新:这是另一个链接,其中包含更详细的步骤,用于检查您的用户权限设置是否正确:

http://forum.dotnetpanel.com/forums/t/602.aspx

Did you create a separate Application Pool to run PyISAPI (i.e. not the DefaultAppPool)? If so, what user/group does the pool run under? It's possible that you need to assign that user the proper rights. For example, see this page:

http://support.asimo.nl/activekb/questions.php?questionid=6

UPDATE: Here's another link with more detailed steps to check that your user permissions are set correctly:

http://forum.dotnetpanel.com/forums/t/602.aspx

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