473,786 Members | 2,398 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Directory.Creat eDirectory Method throws UnauthorizedAcc essException

GM
Any help is greatly appreciated! I'm up against a meeting deadline.

Directory.Creat eDirectory Method throws UnauthorizedAcc essException

Here is the path:

"C:\JumpStart\J umpStart\sites\ Proto\images\si tes.e-Plaza.org\Alece "

Everything before 'Alece' already exists.

I've tried the following:

For parent directory:
C:\JumpStart\Ju mpStart\sites\P roto\images\sit es.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 'UnauthorizedAc cessException'

THANKS!
Gary
Nov 18 '05 #1
2 4133
Yes, This error makes sense. ASP.NET application runs under ASPNET account by default. IIS setting might allow users to write, but Windows security doesn't allow ASPNET user to do so.
2 possible solutions

1. Give ASPNET user more control; add him to User or Poweruser group. This might not be the best solution if security is your concern
2. Enable Win authentication on this site. Then enable impersonation in web.config file. This solution will work if it's an Intranet type application
Nov 18 '05 #2
GM
Whoops! I had quotation marks around the variable defining the path.
No amount of permissions were going to allow creating a "ImgDir" path.

"GM" <gm*********@st arband.net> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Any help is greatly appreciated! I'm up against a meeting deadline.

Directory.Creat eDirectory Method throws UnauthorizedAcc essException

Here is the path:

"C:\JumpStart\J umpStart\sites\ Proto\images\si tes.e-Plaza.org\Alece "

Everything before 'Alece' already exists.

I've tried the following:

For parent directory:
C:\JumpStart\Ju mpStart\sites\P roto\images\sit es.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 'UnauthorizedAc cessException'

THANKS!
Gary

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1263
by: David Krmpotic | last post by:
Hi! When I try to create the directory somewhere on the network (eg. \\comp1\c\here), I get "cannot find part of the path..." exception on .NET 1.1. on 2.0 I get UnauthorizedAccessException I can create the folder there using Windows Explorer.. How can I set the rights to do it ?
1
2426
by: Daniel | last post by:
If I call CreateDirectory(\\\\devDriveA\\foo\\bar\\a\\b\\c) and \\devDriveA\foo\bar already exists then sub directories a\b\c don't get created. When I use CreateDirectory on my own file system, e.g. CreateDirectory("c:\\a\\b\\c"); it works fine. Is there something that I must do to get CreateDirectory to work on network drives?
1
1539
by: H.B. | last post by:
Hi, Is there a way to avoid conflicts between CreateDirectory() (from API) and Directory::CreateDirectory(). The other functions from Directory class works(Exists() as example). It seems to be caused by the inclusion of "windows.h" ... but I need it. I already tried the System::IO::Directory::CreateDirectory() typo. Any ideas ?
3
2296
by: James Coleman | last post by:
Hello, The following error is appearing when attempting to create a directory using the availale system.io methods: System.IO.DirectoryNotFoundException: Could not find a part of the path "D:\". at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path) at System.IO.Directory.CreateDirectory(String path) at TestVBProject.createdirectorytest.Page_Load(Object...
3
3002
by: James | last post by:
..2003 have a filesystemwatcher ... does it have a directorysystemwatcher ? What i need is to watch whether directory is deleted ? i assume filesystemwatcher delete method is for file, not directory. Pls advise
23
2439
by: **Developer** | last post by:
Is there an easy way to copies all files in a directory into another directory? What about coping subdirectories too? Thanks in advance for any info
12
2543
by: samoore33 | last post by:
I found a real nice article on how to copy a directory on MSDN. The only problem is that I can not figure out how to get the namespace Microsoft.VisualBasic.MyServices. I wanted to know if anyone else has had experience with this, or knows of a different way to copy a directory using VB. I found ways to copy files, but not having a lot of luck with finding a way to copy a directory other then this information I am finding on MSDN.
2
2515
by: =?Utf-8?B?Y2FzaGRlc2ttYWM=?= | last post by:
Hi, I am having a bit of a nightmare with the following: if(!Directory.Exists(folderPath)) Directory.CreateDirectory(folderPath); When I add a watch to this while debugging I see that the value of folderPath is
4
2573
by: Tom | last post by:
This is really weird, but I have the following code: private static readonly string mString = "tempUnzipDir" + Path.DirectorySeparatorChar; .... public static string ExtractToTempLocation(string aZip) { try
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9496
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8989
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5397
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4066
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3669
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.