Creating Directories in Network in Asp.net
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I want to create directories in network thru Asp.net. I tried many options but it is giving me error. I cannot even access the network folders i.e. i cant do any file related operations in network :(( The same things are working in vb.net but not in asp.net Directory.CreateDirectory("//ServerName/D/PPP") working in vb .net Directory.CreateDirectory("V:/bbb") by mapping the drive of another Pc. Directory.CreateDirectory("\\IP Address of Server\d\temp\ppp") ' By Writing the IP Address of the Server Error : Could not find a part of the path "\\188.199.250.35\D". Is it better to use LDAP instead of creating directories. How to configure LDAP? can anyone help me out!!! tasnim