User Right configuration in asp .net deployment project

  • Thread starter Thread starter fhranck
  • Start date Start date
F

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
 
Back
Top