Home All Groups Group Topic Archive Search About

User Right configuration in asp .net deployment project

Author
25 Nov 2005 1:40 PM
fhranck
Hello,

I need some confirmation for a IIS  ASP .net project



If in IIS I configure the site with window integrated authentication only no
anonymous



And in web.config I set Impersonate = "true"



When the user will connect to the server the current thread will get the
user authorization rights?



Then if I set in web.config I set Impersonate = "false"



When the user will connect to the server the current thread will get the
default IIS ASPNET user authorization rights?



Am i correct?



Thanks for you help



Frank

Author
25 Nov 2005 10:30 PM
Rick Strahl [MVP]
Hi Frank,

Take a look here for information on Authentication with Impersonation etc.:
http://west-wind.com/weblog/posts/2153.aspx

+++ Rick ---

--

Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog



Show quoteHide quote
"fhranck" <f*@fh.com> wrote in message
news:dm748g$va4$1@s1.news.oleane.net...
> Hello,
>
> I need some confirmation for a IIS  ASP .net project
>
>
>
> If in IIS I configure the site with window integrated authentication only
> no anonymous
>
>
>
> And in web.config I set Impersonate = "true"
>
>
>
> When the user will connect to the server the current thread will get the
> user authorization rights?
>
>
>
> Then if I set in web.config I set Impersonate = "false"
>
>
>
> When the user will connect to the server the current thread will get the
> default IIS ASPNET user authorization rights?
>
>
>
> Am i correct?
>
>
>
> Thanks for you help
>
>
>
> Frank
>
>
>
>
>
>
>
>
>
>

Bookmark and Share