Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Reading UNC File Paths from ASP PerlScripts

by terra incognita (Pilgrim)
on Apr 12, 2005 at 16:24 UTC ( [id://447076]=note: print w/replies, xml ) Need Help??


in reply to Reading UNC File Paths from ASP PerlScripts

This probably has less to do with IIS than with account permissions. When you run it from the command line it is run under your account which has permission to that network resource. By default IIS runs under a special account called "Local System". The Local System account has access to almost all resources on the local machine not specifically denied to it, and no resources on any other machines on the network.
MS KB article 158229 has more info about security and IIS applications.
Do you really need to walk that directory?
Perhaps there is another method you could use?
  • Comment on Re: Reading UNC File Paths from ASP PerlScripts

Replies are listed 'Best First'.
Re^2: Reading UNC File Paths from ASP PerlScripts
by RodgerFlint (Initiate) on Apr 12, 2005 at 20:24 UTC
    Thanks for both of your posts. That makes a lot of sense.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://447076]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 23:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found