Security features of .NET Web technologies - microsoft solution framework

Explain the security features of .NET Web technologies

ASP.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.
Can you explain how to scale up an application? - microsoft solution framework
Scaling up refers to running the application on a stronger application. One might upgrade existing hardware components such as CPU........
What is clustering? - microsoft solution framework
A cluster is a group of computers/servers and other resources that behave like a single system to enable high availability........
What is the purpose of a monitoring plan? - microsoft solution framework
Monitoring plan encapsulates the process of monitoring the solution in the operational environment. It clearly lists:.........
Post your comment