Efficient way of restoring ASP.Net site

kaylakarnivor

New Member
Can anyone recommend an efficient way of restoring asp.net sites, currently the steps I take are:\[code\]1) Unzip site backup2) Edit web.config connection string to reflect my local SQLEXPRESS database3) Restore Database in SQL studio 20084) Delete primary user in the database5) Add the removed user in the Security tab and set him as the db owner\[/code\]If anyone has any thoughts on reducing these steps or a different system any advice would be much appreciated.
 
Back
Top