0
Follow
0
View

The WebDav created on the local IIS server cannot write files

donglin385 注册会员
2023-02-28 06:46

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > according to the log information you provide, the PUT and GET request returns a 404 error, this usually indicates the requested file or resource. You can check the following things:

  1. Make sure you use the correct URI and include the correct file name and path in the request.
  2. Ensure that you have appropriate access to the requested file or folder. You can check the permission Settings for the WebDAV site to make sure you have write permission.
  3. Ensure that your WebDAV site is configured correctly. You can check the IIS server's log file or event viewer for error or warning messages about the WebDAV service.
  4. Check your firewall Settings. Sometimes, firewalls may block access to WebDAV sites. Make sure that your firewall allows access to the WebDAV site.

If you still can't resolve the problem, you can try using other WebDAV clients to access your site to see if the problem is on the client or server side.

About the Author

Question Info

Publish Time
2023-02-28 06:46
Update Time
2023-02-28 06:46

Related Question

Python脚本调度

Python -遍历网站列表并抓取数据-失败于requests.get

EF Core6如何用postgres创建json对象

python读取csv文件怎么筛选

向已经定义的onClickListener添加动作

光模块generation jitter B1/B2

过滤指标从Spark发送到Graphite/Prometheus

yolov5 python 视频流检测失败

你可以使用雪花的connect by聚合函数吗?

vue中在 methods 中定义方法 方法名:function(){} 和直接写方法名有什么区别