I am using 1 click from VS to update a project. The project configuration page is set to exclude files in the App_Data folder. However the publish fails with an error that says it cannot delete the aspnetdb.mdf file because it is being used by another process. Later, I try it again and it completes OK except all the user accounts have been deleted.
What do I have wrong?
Thanks