Monday, March 26, 2012

membership, roles and login controls with sql server 2000

hello, I have developed a website using asp.net 2.0 and sql server 2005 express edition. I have used the built-in membership, roles and login controls in my website. now i need to change the database server. i have to use sql server 2000 instead. as asp.net 2.0 uses the ASPNETDB.mdf for member,roles and login controls, so how can i do it? i can easily export the database from 2005 to 2000 but how my application controls will know where to look at for those data. I am clueless. please help me.

thanks in advance.

See if this link at ASPNet101.com helps:

http://aspnet101.com/aspnet101/tutorials.aspx?id=63

|||thanks a lot. this is exactly what i was looking forSmile

No comments:

Post a Comment