I created a website in my computer with login controls. On testing it locally, everything worked. I copied the website through ftp to my web site host. Everything worked except the login control. I used the aspnet tool and created all the tables, views and storeprocedures in the sql server of my host. But how do I link the login control to use this database.
Thank you for the reply. Any other suggestions to do this (make login work) are also welcome.
I think what is missing is that you need to update your web.config file to point at the server where you've registered your membership tables.
This blog post walksthrough the easiest way to-do this:http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx
Hope this helps,
Scott
0 comments:
Post a Comment