I would like to set up a testing site so I can deploy new goodies without exposing my sensitive parts ...
Kinda like going to a party and forgetting your pants. In retrospect I suppose that could be interesting provided it was the right kinda party.
At any rate, I am thinking, export the database, import into new database, then copy all of the files and adjust the connection string in the web.config to the new db.
Of course, this isn't working for me ...
Suggestions?