N
Nicopilami
Hi everybody.
i'm trying to access to remote shares with my webservice...;
i use IIS5, NTLM access (integrated windows authentification), "no
anonymous access", and the credentials are well transmitted to the
webservice (i checked the HttpContext.Current.User.Identity.Name );
Even if my webservice "Impersonation" property is set to true in my
web.config, i don't succeed to list folders onto wich the "current
user" has "read rights".
(e.g. i'm looking for folders \\servername\folder$)
Why ?
bye
Nico
i'm trying to access to remote shares with my webservice...;
i use IIS5, NTLM access (integrated windows authentification), "no
anonymous access", and the credentials are well transmitted to the
webservice (i checked the HttpContext.Current.User.Identity.Name );
Even if my webservice "Impersonation" property is set to true in my
web.config, i don't succeed to list folders onto wich the "current
user" has "read rights".
(e.g. i'm looking for folders \\servername\folder$)
Why ?
bye
Nico