About Dennis Cassøe Expertise ASP in many areas, to include them all would not be possible but some examples:
Database access (SQL server, access)
Forms
Functions
Components like aspsmartupload, aspupload, FileSystemObject, jmail
And much more.
Can`t always garenty an answer, but will do my best.
Experience Have teached courses in ASP (for beginners)
Created
Knowledgebases
E-commerce applications
Ordinary updatable homepages
Organizations belong to Aarhus School of Business, Denmark
Freelance programmer
Education/Credentials Graduate student at the Aarhus School of Business, Denmark
Expert: Dennis Cassøe Date: 8/11/2005 Subject: Read Text File
Question I'm trying to open a text file and read from a server on the Internet. I'm using vbscript and FileSystemObject then OpenTextFile to open the file. This works great for files on my local machine, but I can't get it to read my server. How can I reference it on my server so I can use it from any pc?
Answer You can't just connect to a file on a server through the internet. To do this you'll will need to establish a FTP connection, download the file locally, edit it through FSO, and the upload the file again through FTP.
You could also do this through som asp/php scripts, but it is not nearly as simple as editing a file locally.