G
GM
Any help is greatly appreciated! I'm up against a meeting deadline.
Directory.CreateDirectory Method throws UnauthorizedAccessException
Here is the path:
"C:\JumpStart\JumpStart\sites\Proto\images\sites.e-Plaza.org\Alece"
Everything before 'Alece' already exists.
I've tried the following:
For parent directory:
C:\JumpStart\JumpStart\sites\Proto\images\sites.e-Plaza.org
Set security permissions for ASP.NET to 'Modify' (and even full control)
Set security permissions for ISUR-server to 'Modify' (and even full control)
Set UNC share permissions of 'JumpStart' (parent) to 'Write'
Set IIS permissions for 'images' directory and subs to 'Write'
Still I get 'UnauthorizedAccessException'
THANKS!
Gary
Directory.CreateDirectory Method throws UnauthorizedAccessException
Here is the path:
"C:\JumpStart\JumpStart\sites\Proto\images\sites.e-Plaza.org\Alece"
Everything before 'Alece' already exists.
I've tried the following:
For parent directory:
C:\JumpStart\JumpStart\sites\Proto\images\sites.e-Plaza.org
Set security permissions for ASP.NET to 'Modify' (and even full control)
Set security permissions for ISUR-server to 'Modify' (and even full control)
Set UNC share permissions of 'JumpStart' (parent) to 'Write'
Set IIS permissions for 'images' directory and subs to 'Write'
Still I get 'UnauthorizedAccessException'
THANKS!
Gary