Re: C#.NET reading remote host directory contents
Hi,
To access a share on a LAN, your web application should have valid
rights to access the folder.
By defaul web application runs under ASPNET account.
Impersonate your web application with valid NT credentials in the
web.config file.
Cheers,
Kris
.
Relevant Pages
- Re: Impersonate, Windows Authentication and Database Access
... You must grant the read/write permission to the temp folder to the ... > access on the IIS security settings and turned "ON" the impersonate on my ... > OleDb for users that are members of the local Administrators group. ... > The only thing I can do is add all the users to the local Administrators ... (microsoft.public.dotnet.framework.aspnet.security) - RE: Filecopy to network share
... programmatically access a network share folder and copy some files into it. ... Thus, on our domainA webserver, we can impersonate our application to run ... Microsoft MSDN Online Support Lead ... public static extern int LogonUserA(String lpszUserName, ... (microsoft.public.dotnet.general) - Re: Satellite assembly resources wont load if identity impersonate=true
... > folder so that rutnime won't lock the orginal deployed ones. ... > we using impersonate, the impersonated user account may haven't the ... > sufficient permission to create/modify file in the ASP.NET's temporary ... > account according to the monitor result. ... (microsoft.public.dotnet.framework.aspnet) - Re: file download
... The problem is impersonate got failure. ... after impersonate i writen the username, its shows the current username and ... Most likely they are in a folder that does not ... Noww when I click the download button, ... (microsoft.public.dotnet.framework.aspnet) - Re: File based database (dBASE III+)
... Data for the ASP.NET app is on this machine's F: in a shared folder. ... I created a user account on this machine with the same name and ... > If it's Anonymous then you can impersonate and delegate the IUSR account ... (microsoft.public.dotnet.framework.aspnet.security) |
|