I got ASP.MVC application. I use entity framework with default configuration (no connection string provided) so it creates .mdf file in APP_DATA.
If I wanna move my project to another pc and try a clean depoly, should I remove this .mdf from APP_DATA?