adspace


What are asp.net authentication providers and iis security?

Answer Posted / Gurudev Prasad

ASP.NET Authentication Providers are components that manage the authentication process for an ASP.NET application. They help validate user credentials, such as username and password, against different data sources like a database or Active Directory. IIS Security refers to the various mechanisms available in Internet Information Services (IIS) for securing websites, including user authentication, SSL encryption, URL authorization, and IP security.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143