尝试通过 webdav 发布 aspx 文件时出错

发布于 2024-08-24 21:31:26 字数 362 浏览 6 评论 0原文

在我将 .net Framework 3.5 安装到我的 IIS 盒子(没有任何以前版本的 .net Framework)后,我很快就无法使用 MS Expression 通过 WebDav 上传 aspx 页面网络。我收到此错误:

HTTP/1.1 403 Forbidden 

尝试打开 aspx 页面时,我还收到此错误服务器应用程序不可用。我的 IIS 机器不是域控制器,也不是备份域控制器。

我已经启用了 webservices 扩展 - ASP.NET v2.0.50727 和 `WebDAV;

但仍然没有运气,请帮忙!

After I installed the .net framework 3.5 to my IIS box (which didn't have any previous version of .net framework), I'm not long able to upload the aspx page via WebDav with MS Expression Web. I got this error:

HTTP/1.1 403 Forbidden 

Also I got this error Server Application Unavailable when trying to open the aspx page. my IIS box is not a domain controller nor a backup domain controller.

I have enabled the webservices extention - ASP.NET v2.0.50727 and `WebDAV;

and still no luck, Help please!

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

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

发布评论

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

评论(1

樱花细雨 2024-08-31 21:31:26

好的,我通过将应用程序设置中的“执行权限:”从“仅脚本”更改为“脚本和可执行文件”解决了有关“服务器应用程序不可用”的第二个问题。

我不确定此设置是否安全或推荐,但它使我的 aspx 页面能够被调用和运行。

有什么建议吗?谢谢!

OK I solved the second question about the "Server Application Unavailable" by changing the "Execute Permission:" in Application settings from "Scripts Only" to "Scripts and Executable".

I am not sure if this setting is safe or recommended but it enables my aspx pages to be called and run.

any advices?! thanks!

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