all groups > dotnet web services > march 2006 >
You're in the

dotnet web services

group:

Map nework drive


Map nework drive Luc
3/15/2006 7:08:30 AM
dotnet web services:
Hi,

I want to acces à map network drive and/or a local drive from à web service.
I was wondering if that was a possible thing to do and if so, where would I
find documentation on that subjet.

--
Thanks,
Re: Map nework drive Martin Kulov
3/16/2006 12:00:00 AM
[quoted text, click to view]

Hi Luc,

In .NET 2.0 you can use DriverInfo.GetDrives() method to enumerate all
drives on the system. However keep in mind that web services are running
under restricted account and it must have read access to each drive.

Regards,

--
Martin Kulov
http://www.codeattest.com/blogs/martin

MCT
MCSD.NET Early Achiever

Re: Map nework drive Luc
3/16/2006 6:00:10 AM
thanks a lot Martin ;)


[quoted text, click to view]
AddThis Social Bookmark Button