- I created a protected folder on my ASP.NET site with the "ASP.NET Configuration" tool.
- It made a database called App_Data/ASPNETDB.MDF where it stores one (1) user.
- While uploading I noticed now that the database has grown to 10 MB and the .ldf file is 5 MB. (!)
- I tried to look at it with SQL Server 2008 Management Studio but when attaching it said "Failed to retrieve data for this request."
Has this ASPNETDB.MDF bloat every happened to anyone else?