I would like to share my experience in coding to discuss about the bugs/problems that i faced and solutions to them .
search
Saturday, December 13, 2008
Web.config Changes after installing membership tables
After installing memership tables as illustrated in my previous blog 'Creating Membership Tables' we need to make changes in the web.config file as follows
The above code will remove the default database aspnetdb.mdf and point to new database where we are storing membership tables.
No comments:
Post a Comment