G
Guest
I'm trying to create user tables in my own database to use on my web site. I
was able to create all of tehe aspnet_[TblName] in my database but when I run
the admin web site and try to connect using the AspNetSqlRoleProvider and
AspNetSqlMembershipProvider I get the following error message:
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site
Administration tool, use the aspnet_regsql command-line utility to create and
configure the database, and then return to this tool to set the provider.
and I did all of this.. How can I connect the ASP.NET login control to my
database?
was able to create all of tehe aspnet_[TblName] in my database but when I run
the admin web site and try to connect using the AspNetSqlRoleProvider and
AspNetSqlMembershipProvider I get the following error message:
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site
Administration tool, use the aspnet_regsql command-line utility to create and
configure the database, and then return to this tool to set the provider.
and I did all of this.. How can I connect the ASP.NET login control to my
database?