User251100596 posted
Hi folks,
Is there any different between Enterprise Library Security and System.Web.Security?
I am under a research and determine whether I should use the Enterprise Library Securtiy Application block for user access authentication/Authorization, or System.Web.Security Application block.
Currently, I am planning to implement ASPNET Membership. The user accout can be authentication by Active Directory or SQL Server (if they are not under Active Directory).
Now, I built a module to use FormAuthentication and create a ticket as an authentication certificate.
The web application may have some development to use Web Service or Window Service.
Thanks
Karl