The System.IO class has everything you need.
You will, however, need to impersonate the account ASP.NET is running as,
as a network account which has permission to access the network share.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================
"Christian from France" <(E-Mail Removed)> wrote in message
news:10C4CCA9-EAD3-4856-BC6F-(E-Mail Removed)...
>I want to write an aspnet aspx page
>
> This page :
> 1 - Connect to a net share
> \\server\c$ with credentials: user/password
>
> 2 - Read Directory info of this share
>
> 3 - Write these infos in the page
>
> Is anobody as a sample to do that ?
>
> Thanks a lot,
>
> Christian