标题:godaddy windows空间没有写入权限吗?
只看楼主
chamders
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2016-12-23
 问题点数:0 回复次数:0 
godaddy windows空间没有写入权限吗?
<%
Set FSO=Server.CreateObject("Scripting.FileSystemObject")
Set MyFile=FSO.OpenTextFile(Server.MapPath("data.txt"),8)
MyFile.WriteLine("写入内容")
Set MyFile=Nothing
Set FSO=Nothing
%>

以上代码在本地可以执行,godaddy上无法运行,提示The server encountered an internal error or misconfiguration and was unable to complete your request.
读写权限都设置过了,不知道问题在哪里
搜索更多相关主题的帖子: windows request godaddy server 
2017-04-01 14:35



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-475711-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.250841 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved