Re: Accessing files on another server securely
From: Willy Denoyette [MVP] (willy.denoyette@pandora.be)
Date: 10/29/02
- Next message: Joseph Geretz: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Willy Denoyette [MVP]: "Re: How do I give ASP.NET process network credentials?"
- In reply to: Peter Seow: "Accessing files on another server securely"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Willy Denoyette [MVP]" <willy.denoyette@pandora.be> Date: Tue, 29 Oct 2002 12:15:06 +0100
This can only be done when running in a W2K real with delegation of credentials setup correctly.
Willy.
"Peter Seow" <peter.seow@vidtools.com> wrote in message news:20b101c27c15$fe6f9c40$3bef2ecf@TKMSFTNGXA10...
> Hi,
>
> Sorry if this problem has been posted before. Appreciate
> your help.
>
> I have a webservice which needs to read a file from
> another server. Because of the requirements of the
> project, the file can only be read if the user logged in
> has permission to it. I have set the web.config
> impersonation to true. When I run the webservice on the
> server where the file is located, it works. However,
> when I run the webservice on another server to access the
> file, it does not work. I have read somewhere about the
> one-hop rule where the user's logged-in identity is not
> recognised when it needs to access a resource on another
> server.
>
> I have tried using LogonUser with a user account on the
> domain and it works. However, I would like to access the
> file based on the logged-in user's identity. How can this
> be done?
>
> Thanks. Appreciate your answers.
>
> regards,
> Peter
- Next message: Joseph Geretz: "Re: How do I give ASP.NET process network credentials?"
- Previous message: Willy Denoyette [MVP]: "Re: How do I give ASP.NET process network credentials?"
- In reply to: Peter Seow: "Accessing files on another server securely"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|