sql - Safe to remove unused ASP.NET membership tables? -


I am going to use the ASP.NET membership model on my website. However, there are several tables that I never plan to use, such as: aspnet path aspnet personalization allusers aspnet PersonalizationPerUser aspnet profile aspnet WebEvent

Is it safe to delete these tables or will I face problems in the manner of ASP.NET's membership structure (System Web Security)?

I really like cleaning things and these tables are troubling me.

and select which parts you want to remove:

All

/ P>

m - membership

r - all services, including common tables shared by the service and stored procedures Manager

p - Profile

C - Web Parts Privatization

W - Web Events

In the future, only subscription To add more role manager, click the -ar parameter Play with tools.


Comments