IIS上的CreateTextFile拒绝 [英] CreateTextFile deny on IIS

查看:56
本文介绍了IIS上的CreateTextFile拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我在XP PRO的

操作系统的ASP / SQL SERVER 2000中在我的本地计算机上开发了一个网站。 CreateTextFile,DeleteFile和OpenTextFile(用于附加和

仅供阅读)功能不起作用。我已经完成了IIS中的所有安全权利(读取,写入,执行),并且我共享了具有读取,写入和执行的所有权利的文件夹。我不明白为什么这个功能

不起作用。我没有错误显示,但脚本永远不会停止。

你有什么想法吗?

谢谢。

SD

Hi,

I develop a website on my local computer in ASP/SQL SERVER 2000 in XP PRO
OS. The CreateTextFile, DeleteFile and OpenTextFile (for appending and also
just for reading) functions doesn''t work. I had done all security rights
from IIS (read, write, execute) and I shared the folder with all rights in
reading, writing and executing. I don''t understand why this functions
doesn''t work. I have no error display but the script never stop.
Do you have any idea ?
Thanks.
SD

推荐答案

在你使用..........
/>
-


问候


Steven Burn

Ur IT Mate Group
www.it-mate.co.uk


保持免费!


"SéverineDonnay" < SD ***** @ winooz.net>在消息中写道

新闻:Ag ********************* @ news20.bellglobal.com ...
We won''t have any idea until you post the script your using..........

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Séverine Donnay" <sd*****@winooz.net> wrote in message
news:Ag*********************@news20.bellglobal.com ...


我在XP PRO
操作系统的ASP / SQL SERVER 2000中在我的本地计算机上开发了一个网站。 CreateTextFile,DeleteFile和OpenTextFile(用于追加和
也仅用于阅读)功能不起作用。我已经完成了IIS的所有安全权限(读取,写入,执行),并且我共享了具有读取,写入和执行权限的文件夹。我不明白为什么这个功能不起作用。我没有错误显示,但脚本永远不会停止。
你有什么想法吗?
谢谢。
SD
Hi,

I develop a website on my local computer in ASP/SQL SERVER 2000 in XP PRO
OS. The CreateTextFile, DeleteFile and OpenTextFile (for appending and also just for reading) functions doesn''t work. I had done all security rights
from IIS (read, write, execute) and I shared the folder with all rights in
reading, writing and executing. I don''t understand why this functions
doesn''t work. I have no error display but the script never stop.
Do you have any idea ?
Thanks.
SD



oups,对不起,这是我的代码:


设置MyFSO = CreateObject(" Scripting.FileSystemObject")

设置MyXLFile = MyFSO .CreateTextFile(MyFilePath)

" Steven Burn" <所以******* @在-time.invalid> écritdansle message de news:
Ow ******* *******@TK2MSFTNGP15.phx.gbl ...
oups, sorry, this is my code :

Set MyFSO = CreateObject("Scripting.FileSystemObject")
Set MyXLFile = MyFSO.CreateTextFile(MyFilePath)
"Steven Burn" <so*******@in-time.invalid> a écrit dans le message de news:
Ow**************@TK2MSFTNGP15.phx.gbl...
我们不会有任何想法,直到你发布你使用的脚本....... ......




Steven Burn
你的IT Mate Group
www.it-mate.co.uk

保持免费!

SéverineDonnay < SD ***** @ winooz.net>在消息中写道
新闻:Ag ********************* @ news20.bellglobal.com ...
We won''t have any idea until you post the script your using..........

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Séverine Donnay" <sd*****@winooz.net> wrote in message
news:Ag*********************@news20.bellglobal.com ...


我在XP
PRO OS的ASP / SQL SERVER 2000中在我的本地计算机上开发了一个网站。 CreateTextFile,DeleteFile和OpenTextFile(用于追加和
Hi,

I develop a website on my local computer in ASP/SQL SERVER 2000 in XP PRO OS. The CreateTextFile, DeleteFile and OpenTextFile (for appending and


仅供阅读)功能不起作用。我已经完成了IIS的所有安全权限(读取,写入,执行),并且在读取,写入和执行时共享了所有权限
的文件夹。我不明白为什么这个功能不起作用。我没有错误显示,但脚本永远不会停止。
你有什么想法吗?
谢谢。
SD
just for reading) functions doesn''t work. I had done all security rights
from IIS (read, write, execute) and I shared the folder with all rights in reading, writing and executing. I don''t understand why this functions
doesn''t work. I have no error display but the script never stop.
Do you have any idea ?
Thanks.
SD




和MyFilePath包含?


作为一个FYI,有关使用此方法的信息可以在MSDN找到;

http://surl.co.uk/?1092

原始网址:
http://msdn.microsoft.com/library/de...us/script56/ht

ml / jsmthcreatetextfile.asp


-


问候


Steven Burn

Ur IT Mate Group
www.it-mate.co.uk


保持免费!


"SéverineDonnay" < SD ***** @ winooz.net>在留言中写道

新闻:0F ********************* @ news20.bellglobal.com ...
And MyFilePath contains?

As an FYI, info on using this method can be found at MSDN;

http://surl.co.uk/?1092

Original URL:
http://msdn.microsoft.com/library/de...us/script56/ht
ml/jsmthcreatetextfile.asp

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Séverine Donnay" <sd*****@winooz.net> wrote in message
news:0F*********************@news20.bellglobal.com ...
oups,对不起,这是我的代码:

设置MyFSO = CreateObject(" Scripting.FileSystemObject")
设置MyXLFile = MyFSO.CreateTextFile(MyFilePath)

" Steven Burn" <所以******* @在-time.invalid> écritdansle message de news:
Ow ******* *******@TK2MSFTNGP15.phx.gbl ...
oups, sorry, this is my code :

Set MyFSO = CreateObject("Scripting.FileSystemObject")
Set MyXLFile = MyFSO.CreateTextFile(MyFilePath)
"Steven Burn" <so*******@in-time.invalid> a écrit dans le message de news:
Ow**************@TK2MSFTNGP15.phx.gbl...
我们不会有任何想法,直到你发布你使用的脚本....... ......




Steven Burn
你的IT Mate Group
www.it-mate.co.uk

保持免费!

SéverineDonnay < SD ***** @ winooz.net>在消息中写道
新闻:Ag ********************* @ news20.bellglobal.com ...
We won''t have any idea until you post the script your using..........

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Séverine Donnay" <sd*****@winooz.net> wrote in message
news:Ag*********************@news20.bellglobal.com ...


我在XP PRO OS的ASP / SQL SERVER 2000中在本地计算机上开发了一个网站。 CreateTextFile,DeleteFile和OpenTextFile(用于附加
Hi,

I develop a website on my local computer in ASP/SQL SERVER 2000 in XP PRO OS. The CreateTextFile, DeleteFile and OpenTextFile (for appending and
仅用于阅读)函数不起作用。我已经完成了IIS中的所有安全性
just for reading) functions doesn''t work. I had done all security


权限(读取,写入,执行),并且我在读取,写入和执行时共享了具有所有

rights from IIS (read, write, execute) and I shared the folder with all


权限的文件夹。我不明白为什么这个功能不起作用。我没有错误显示,但脚本永远不会停止。
你有什么想法吗?
谢谢。
SD

rights in reading, writing and executing. I don''t understand why this functions
doesn''t work. I have no error display but the script never stop.
Do you have any idea ?
Thanks.
SD





这篇关于IIS上的CreateTextFile拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆