Explain the security features of .NET Web technologiesASP.Net works with IIS and provides a variety of security features: IIS: IIS has various authentication mechanisms, anonymous, Basic, Digest, Windows integrated.
ASP.Net: Authentication mechanisms of ASP.Net are: Windows, Forms, Passport, None. ASP.Net also includes UrlAuthorizationModule, FileAuthorizationModule, and Principal permission demands and role checks. A lot of these modes also work with or without impersonation where the user’s identity is impersonated as another user’s identity.
|