Is there some way to remove data about all users , roles e t c from some Web application into aspnet database tables ?
tables like dbo.aspnet_Applications (here is this application that I 开发者_JS百科want to remove)
but also I need to remove all data with this application in other tables...
Well, surely if you have the ID of the application you wish to delete, you can just use that key to delete from all the other relevant tables? It should all be linked. What problem are you having?
精彩评论