Re: help with impersonation
From: Ramiro Calderon (rcrdev@hotmail.com)
Date: 08/08/02
- Next message: Carlos Lopez: "RE: RSACryptoServiceProvider.Encrypt Question"
- Previous message: Dan Fergus: "Re: Encrypt code"
- In reply to: Sergius Adamtchouk: "help with impersonation"
- Next in thread: Sergius Adamtchouk: "Re: help with impersonation"
- Reply: Sergius Adamtchouk: "Re: help with impersonation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ramiro Calderon" <rcrdev@hotmail.com> Date: Thu, 8 Aug 2002 15:02:14 -0500
Make sure to disable the anonymous access in IIS and deny the
non-authenticated users access through your config file, just like below
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
HTH,
Ramiro
"Sergius Adamtchouk" <tiex@mail.ru> wrote in message
news:Oz0oB#tPCHA.1312@tkmsftngp10...
> i am making two web-applications
> 1. web-forms 2. web-services
> im using the windows authentification
> a user requests two web-form-applications, now i want this applications
> requests to web-services-application from name of the user but it requests
> anonimous in web.config of web-form-application i added lines
> <identity impersonate="true" />
>
> but i think impersonation does not works
>
>
>
> help me please
>
>
> --
>
> ========================================
> Sergius Adamtchouk aka TieX
> Visit me http://tiex.topcities.com
>
>
- Next message: Carlos Lopez: "RE: RSACryptoServiceProvider.Encrypt Question"
- Previous message: Dan Fergus: "Re: Encrypt code"
- In reply to: Sergius Adamtchouk: "help with impersonation"
- Next in thread: Sergius Adamtchouk: "Re: help with impersonation"
- Reply: Sergius Adamtchouk: "Re: help with impersonation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]