尝试通过 webdav 发布 aspx 文件时出错
在我将 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我通过将应用程序设置中的“执行权限:”从“仅脚本”更改为“脚本和可执行文件”解决了有关“服务器应用程序不可用”的第二个问题。
我不确定此设置是否安全或推荐,但它使我的 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!