Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text files

Status
Not open for further replies.

TrevJones

Programmer
Nov 20, 2000
37
0
0
GB
Sorry - just starting in ASP but is there a way of writing out a text file on another server that can be seen by the intranet server. I need to write out a file but it has got be located on another server to be picked up and processed. Is there a way of doing this or will I have to approach this in a completely different way?

Thanks :cool:
 
Yes, you can do this, as long as the "user" that's set as the "run under this user" option in the properties on that directory in the IIS control module has permissions to that networked server and share. You just would do a filesystemobject, and createtextfile to \\server\share\filename.txt
 
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top