code_checks » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘code_checks’

Forms authentication flow in asp.net

Wednesday, June 27, 2007 21:44

A client generates a request for a protected resource. IIS receives the request, and if the requestor is authenticated by IIS, or if IIS Anonymous Access is enabled, the request gets passed on to the ASP.NET application. Because the authentication mode in the ASP.NET application is set to forms, IIS authentication ...

This was posted under category: ASP.NET security  |  Read Full Story  |  0 Comments