A
Arvind P Rangan
Hi,
I have tried creating folders through ASP.Net with Directory.Create(path)
But it gives me error
mscorlib Access to the path "C:\WINNT\system32" is denied. 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)
Can somebody help how to solve this.
I have tried giving all possible rights on the folder still it doesnot work.
Application is Windows Authenticated.
Thanks
Arvind.
I have tried creating folders through ASP.Net with Directory.Create(path)
But it gives me error
mscorlib Access to the path "C:\WINNT\system32" is denied. 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)
Can somebody help how to solve this.
I have tried giving all possible rights on the folder still it doesnot work.
Application is Windows Authenticated.
Thanks
Arvind.