yemiu
November 23rd, 2004, 04:39 PM
Hi there,
+ As I know, there are 4 types of authentication for ASP.Net app: Windows, Custom, Forms and Passport.
I think ASP.Net only provides us the methodologies, but not real authentication job. What I mean is, for example, using Forms Authentication, what .Net does is just protect all the folders from unauthenticated accesses, except for the Login page. We - developers- still need to check username, password, or even diving to ADO.Net accessing DB in order to check credentials. So whats the point to have those supports from Asp.Net? Am I still right with other authentications, cause I only have had chance to use Form.
+ For authentication, I see there is a tag <authentication> in the web.config file. Also I see <authorization> tag. I never touch that tag. Is it true we dont have control on authorization but .Net framework? I mean I would like to know abit more about authorization.
Thanks
Pat
+ As I know, there are 4 types of authentication for ASP.Net app: Windows, Custom, Forms and Passport.
I think ASP.Net only provides us the methodologies, but not real authentication job. What I mean is, for example, using Forms Authentication, what .Net does is just protect all the folders from unauthenticated accesses, except for the Login page. We - developers- still need to check username, password, or even diving to ADO.Net accessing DB in order to check credentials. So whats the point to have those supports from Asp.Net? Am I still right with other authentications, cause I only have had chance to use Form.
+ For authentication, I see there is a tag <authentication> in the web.config file. Also I see <authorization> tag. I never touch that tag. Is it true we dont have control on authorization but .Net framework? I mean I would like to know abit more about authorization.
Thanks
Pat