Force drop asp.net membership
I'm trying to remove all the views, tables etc the aspnet_regsql.exe command created. Running the wizard again but for uninstalling tells me there are records in there so I cannot delete it.
Removing all the users is a pain as I would need to开发者_如何学编程 unravel the whole structure, remove all the keys etc.
Is there an easy way to get rid of the whole thing?
You can write t-sql script to drop those objects. or you just create a new database and migrate the data only you need?
精彩评论