Setting Up Forms Authentication for ASP.NET Website
May 27, 2008 by Jason Bean
Filed under Computers
Why in the world can I not get the built-in authentication controls to work in my installation of ASP.NET?
I’m running SQL Server 2005 and using the aspnet_regsql command tool to register everything. It appears that the aspnet_regsql works as it should, but when I try to configure the settings through the ASP.net Web Site Administration Tool nothing is working.
When I run the register command I’ve told it to use my local instance of SQL SERVER and the default database. I’ve tried both Windows Authentication and SQL Login. Nothing different. It appears to run fine, but then my site won’t register …read more




