0

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?

1 Answer 1

2

I'm guessing before you configured the providers you clicked on the manage asp.net application button which may have created these for you.

Sign up to request clarification or add additional context in comments.

2 Comments

If that is the case are they safe to delete?
Yes it is safe to delete it. I did, and nothing bad happened. All settings for your app is stored in web.config.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.