How to remove all data about some Web Application from aspnet tables ?
        Posted  
        
            by nCdy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nCdy
        
        
        
        Published on 2010-06-15T09:24:05Z
        Indexed on 
            2010/06/15
            9:52 UTC
        
        
        Read the original article
        Hit count: 203
        
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 want to remove)
but also I need to remove all data with this application in other tables...
© Stack Overflow or respective owner