.NET 应用程序更新程序组件 405 错误
我正在尝试按照官方页面中的示例在表单上使用 .NET 应用程序更新程序组件: http: //windowsclient.net/articles/appupdater.aspx
我从应用程序收到 405 错误:“此应用程序的自动更新失败,并显示以下错误消息:从 'http:// 下载新更新” localhost/try/SampleApp_ServerSetup/2.0.0.0/' 因网络错误而失败:服务远程错误 405)不允许
我尝试过的方法: - 将 UpdateVersion.xml 中的 url 更改为“http://localhost/try/SampleApp_ServerSetup/2.0.0.0”
iis 配置为允许目录浏览。
有什么想法吗?
I'm trying to use the .NET Application Updater Component on a form following the example from the official page: http://windowsclient.net/articles/appupdater.aspx
I get a 405 error from the application: "The auto-update of this application failed with the following error message: Download of a new update from 'http://localhost/try/SampleApp_ServerSetup/2.0.0.0/' failed with the network error: Service remote error 405) Method not allowed
I've tried:
- changing the url in UpdateVersion.xml to 'http://localhost/try/SampleApp_ServerSetup/2.0.0.0'
The iis is configured to allow directory browsing.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了这个问题,并通过以下方法修复了它:
在根网站的 WebDav 属性中,设置“允许匿名属性查询”= TRUE
I had this problem and the following fixed it:
In WebDav properties of root website, set 'Allow Anonymous Property Queries' = TRUE