Could not find a part of the path "D:\"

Hi all,

I've been going thru the forums and i can't quite find what i'm looking for into fixing this problem.

Basically, I can't create directories in my ASP.NET applications. I did get write permissions from the support but its not a permission error.

-------------

Could not find a part of the path "D:\".


[DirectoryNotFoundException: Could not find a part of the path "D:\".]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +287
System.IO.Directory.InternalCreateDirectory(String fullPath, String path) +489
System.IO.Directory.CreateDirectory(String path) +195

----------

Any and all help is welcomed.

Thanks in advance,
Giles
 
Back
Top