I first created SQL Server database and then my web-site. I have a
Login Control on my Web form. I want to set the data source of my web-
site to point to my database. I also want to bind the Login Control to
a table in my database.
There is a huge SS script to run to create the ASP tables needed.
Search for "runproviders.sql" and you'll probably get a pointer.
After you create the tables, you just need to write a connection string to
point
to your database.
>I first created SQL Server database and then my web-site. I have a
> Login Control on my Web form. I want to set the data source of my web-
> site to point to my database. I also want to bind the Login Control to
> a table in my database.