I've built an ASP.NET application and noticed that my /App_Data folder contains two files: ASPNETDB.MDF and aspnet_log.mdf. They total about 10MB in size.
I'm handling security via an Oracle database and authentication mode = "Forms".
Why did these files get created? Is it safe to delete them?