I know I have read this in this forum before, but however much I search I can't seem to find it!!!
What I want to do is make reference to the physical path that the asp file being call resides in. Does that make sense?
Basically I want to generate a log file of failed logins to my site. This is not a problem using the FileSystem object. I can create or open a current log, write the info to it and then close it. But I want the logs to sit in the logs/ directory of my website. As I have no way of knowing the directory structure of my server, I need to find the path that the asp file being called is sitting in, and add logs/ to it. Any ideas???
Gary
What I want to do is make reference to the physical path that the asp file being call resides in. Does that make sense?
Basically I want to generate a log file of failed logins to my site. This is not a problem using the FileSystem object. I can create or open a current log, write the info to it and then close it. But I want the logs to sit in the logs/ directory of my website. As I have no way of knowing the directory structure of my server, I need to find the path that the asp file being called is sitting in, and add logs/ to it. Any ideas???
Gary