Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Problem Write text into text file
Old 09-10-2004, 12:53 AM Problem Write text into text file
Novice Talker

Posts: 13
Trades: 0
I have a text file in Test_1/testing.txt


Code:
DIM Stuff, myFSO, WriteStuff, source, number, description
  Stuff = "hello"
  SET myFSO = CreateObject("Scripting.FileSystemObject") 
  SET WriteStuff = myFSO.OpenTextFile("C:/Inetpub/wwwroot/Test_1/testing.txt", 8, True) 
  WriteStuff.WriteLine(Stuff) 
  WriteStuff.Close 
  response.write "<H2>Error Found, please contact Technical Support</H2>"
  SET WriteStuff = NOTHING 
  SET myFSO = NOTHING
This is the error message :
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
superman2004 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-10-2004, 10:56 AM
techwench's Avatar
Code Monkey

Posts: 1,449
Name: Danalyn
Location: Dallas, TX
Trades: 0
Check the permissions for "testing.txt". Make sure IUSR_{machine_name} has permissions to write to the file.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
techwench is offline
Reply With Quote
View Public Profile
 
Old 09-13-2004, 12:52 AM
Novice Talker

Posts: 13
Trades: 0
i dunno how to check, pls can u teach me?
superman2004 is offline
Reply With Quote
View Public Profile
 
Old 09-13-2004, 09:42 AM
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
Trades: 0
Right-click on the file, click Properties. Go over to the Security tab and look for the user to which Prissed refers.
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Reply     « Reply to Problem Write text into text file
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.28170 seconds with 12 queries