Folder Level Security

G

Guest

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?
 
S

Star Fleet Admiral Q

Check with the IIS newsgroups dealing with ASP web presentation.

--

Star Fleet Admiral Q @ your service
--------------------------------------------------------
p.lo said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top