A
Arpan
The .NET2 documentation defines impersonation as thus:
----------
When using Impersonation, ASP.NET applications can execute with the
Windows identity (user account) of the user making the request.
----------
First of all, what does the above definition of Impersonation actually
mean? Can someone please explain me this preferably with examples?
Secondly, is it always necessary that for any ASP.NET application to
execute successfully, that ASP.NET application must have an identity?
If yes, assuming that the <identity> element is not used in the
web.config file & that I login to my (Win2K Pro) m/c with the username
"Administrator" (without the quotes) & password "abcd" (again, without
the quotes), then what is the identity of the ASP.NET application when
I request a ASPX page from IE6.0?
Thanks,
Arpan
----------
When using Impersonation, ASP.NET applications can execute with the
Windows identity (user account) of the user making the request.
----------
First of all, what does the above definition of Impersonation actually
mean? Can someone please explain me this preferably with examples?
Secondly, is it always necessary that for any ASP.NET application to
execute successfully, that ASP.NET application must have an identity?
If yes, assuming that the <identity> element is not used in the
web.config file & that I login to my (Win2K Pro) m/c with the username
"Administrator" (without the quotes) & password "abcd" (again, without
the quotes), then what is the identity of the ASP.NET application when
I request a ASPX page from IE6.0?
Thanks,
Arpan