|
Home > Archive > IIS Server Security > June 2004 > Virtual Directory Security & VBScript FileSystemObject
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Virtual Directory Security & VBScript FileSystemObject
|
|
|
| I have an asp page that uses the FileSystemObject to retrieve folder structure information on a virtual directory located in the inetpub/wwwroot folder on a Windows XP pro box.
I've verified that the code is correct on another machine, but when executed on the win xp pro box, the asp page just sits there processing the page without any error messages or pages returned.
My question is, what permissions do I need to grant in order for a given asp page to access a given folders underlying structure?
| |
| Paul Lynch 2004-06-26, 10:16 am |
| On Tue, 22 Jun 2004 16:14:01 -0700, "p.lo"
<plo@discussions.microsoft.com> wrote:
>I have an asp page that uses the FileSystemObject to retrieve folder structure information on a virtual directory located in the inetpub/wwwroot folder on a Windows XP pro box.
>
>I've verified that the code is correct on another machine, but when executed on the win xp pro box, the asp page just sits there processing the page without any error messages or pages returned.
>
>My question is, what permissions do I need to grant in order for a given asp page to access a given folders underlying structure?
Are you using Norton or McAfee on your XP machine by any chance ?
Why does FileSystemObject hang all of a sudden?
http://www.aspfaq.com/show.asp?id=2180
Regards,
Paul Lynch
MCSE
| |
|
| That was EXACTLY what it solved my problem!
Thanks Paul!
"Paul Lynch" wrote:
> On Tue, 22 Jun 2004 16:14:01 -0700, "p.lo"
> <plo@discussions.microsoft.com> wrote:
>
>
> Are you using Norton or McAfee on your XP machine by any chance ?
>
> Why does FileSystemObject hang all of a sudden?
> http://www.aspfaq.com/show.asp?id=2180
>
>
> Regards,
>
> Paul Lynch
> MCSE
>
|
|
|
|
|