
March 3rd, 2000, 06:41 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
getfile gives an error
<i><b>Originally posted by : Michael Ford (michaelc@turningpointtech.com)</b></i><br />GetFile errors out <br /> gives me object not supported <br /><br /> I think it may be the IIS version does not support <br /><br /> works on my server fine. <br /><br /> help please <br /> <br />code to follow <br /><% aPath = Server.MapPath("/help.html")<br /> <br /><br /> Set fs = Server.CreateObject("Scripting.FileSystemObject")<br /><br /> aFile = fs.GetFile(aPath) <br />
|