|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
User Right configuration in asp .net deployment projectI 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 Hi Frank,
Take a look here for information on Authentication with Impersonation etc.: http://west-wind.com/weblog/posts/2153.aspx +++ Rick --- 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 > > > > > > > > > >
Other interesting topics
Consuming less memory when writing a file?
run asp.net without a web server Visual Web Developer Express How do I build Code-behind into DLL in bin folder Web Projects in VS 2005 How to change LabelText in DataList A translatable website Cannot display Chinese data from database Cannot POST to .XML page Application and Session state stored in SQL Server Data Access Layer |
|||||||||||||||||||||||