Hey all!
I am currently in the process of converting all of the membership features on my websites to incorporate the all new login controls in visual studio 2005.
Setting this up results in the "ASPNETDB" SQL Express Database being created to store the information. However I would like the information to be stored within a table that I have present on my SQL Server 2005 database. This would not be a big problem if it wasn't that my web server does not accept SQL Express databases.
How can this be done?
Thanks
I am currently in the process of converting all of the membership features on my websites to incorporate the all new login controls in visual studio 2005.
Setting this up results in the "ASPNETDB" SQL Express Database being created to store the information. However I would like the information to be stored within a table that I have present on my SQL Server 2005 database. This would not be a big problem if it wasn't that my web server does not accept SQL Express databases.
How can this be done?
Thanks