Question : Types of authentications in ASP.NET and when are they used?

What kinds of authentications does ASP.NET support?  When are they used?

Thanks,
newbieweb

Answer : Types of authentications in ASP.NET and when are they used?

Windows Authentication is useful when you have an internal network, and Windows identiies that can be verified.  External web sites would require user IDs, to Windows Authentication is not practical in that kind of environment.

Forms Authentication allows the user to enter user name and password, which is validated against some authentication source for correctness.
Random Solutions  
 
programming4us programming4us