D
DavidS
I want the server page to remove PDF files created at an earlier stage by a
web page.
I'm always receiving a misleading error message - "illegal character in
path", etc..., "missing character" - when I attempt to use
Directory.GetFiles( ... ).
For example: Directory.GetFiles( "H:\*.PDF" )
It truly appears to be security issue when attempting to access the local
share for user.
I've attempted to impersonate - even as the ADMINISTRATOR - and still
failes. I've extended security permissions for the IIS process on the local
share - read/write/all.
Nothing works. Does the GetFiles(...) function work for an IIS process when
accessing a local share? If so / any examples - or what am I missing.
web page.
I'm always receiving a misleading error message - "illegal character in
path", etc..., "missing character" - when I attempt to use
Directory.GetFiles( ... ).
For example: Directory.GetFiles( "H:\*.PDF" )
It truly appears to be security issue when attempting to access the local
share for user.
I've attempted to impersonate - even as the ADMINISTRATOR - and still
failes. I've extended security permissions for the IIS process on the local
share - read/write/all.
Nothing works. Does the GetFiles(...) function work for an IIS process when
accessing a local share? If so / any examples - or what am I missing.