I have a deployment issue blocking me from deploying a production site back over an older Dev site. I've tried deleting the job and path and doing a full deploy, which normally works.The web app is an external facing site created using the Blank site formatwith a singlesite collection at the root and 1 content DB.
I'd like to start with a new blank site collectionat the root of the web app so that I won't recieve the deployment errors when deploying from Production (the error is along the lines of "file already exists...") If I can avoid it, I'd rather not delete the web application itself.
What's the process to start over with a clean site collection; can I simply remove the current contentDB, add a newempty content DB and deploy to it, or do I delete the site collection itself and create a new one?
Thanks