Ok I have this type in aspnetdb install setup..
I copied this method..
here : http://aspnetgoodies.wordpress.com/category/adding-the-membership-provider-to-an-existing-database/
I have loaded into a test project db. ( so I cant just delete a database aspnetdb and install another one)
I have added a few records.
I now want to zero out all the test data in aspnedb tables within my test project, so hows that done?
I tried to run aspnet_regsql.exe and 'remove', but if failed as I have data with the tables aspnet_membership...
I just wanna reset aspnetdb tables to zero or as per initial setup.
hows this done...
...
Go to the complete details ...