Advice on dev environment set-up
Posted: Tue Aug 18, 2009 3:52 pm
Hi all,
Before I go and do something stupid thought I best ask those in the know...
I have a LIVE deployment working great and would like to do new development and testing on my PC. I would like the local install to point at the LIVE database so I can work with real data. My development work is new pages and controls that will only do data reads so I'm confortable working pointed at LIVE data as no data writes are involved. What I don't want to be doing is uploading and testing new code that doesn't work correctly and ends up bringing LIVE down. I'd be using VS2008 for my IDE and my localhost IIS for hosting.
I'm fearing that if I install locally and point the database connection to the LIVE database server the installation process will trash my LIVE db and the hours of plugging products into the system and the UI changes I've already made. I can't remember if there is the option to install and use the existing database without recreating it...
So, any ideas of how I can install locally and connect to my LIVE db without trashing existing the LIVE db? Or should I be looking at doing a db dump from LIVE to my local machine instead? I only have SQL Express 2005 on my PC.
Out of curiosity, where is the license key stored, on the file system or in the db?
Many thanks,
Si
Before I go and do something stupid thought I best ask those in the know...
I have a LIVE deployment working great and would like to do new development and testing on my PC. I would like the local install to point at the LIVE database so I can work with real data. My development work is new pages and controls that will only do data reads so I'm confortable working pointed at LIVE data as no data writes are involved. What I don't want to be doing is uploading and testing new code that doesn't work correctly and ends up bringing LIVE down. I'd be using VS2008 for my IDE and my localhost IIS for hosting.
I'm fearing that if I install locally and point the database connection to the LIVE database server the installation process will trash my LIVE db and the hours of plugging products into the system and the UI changes I've already made. I can't remember if there is the option to install and use the existing database without recreating it...
So, any ideas of how I can install locally and connect to my LIVE db without trashing existing the LIVE db? Or should I be looking at doing a db dump from LIVE to my local machine instead? I only have SQL Express 2005 on my PC.
Out of curiosity, where is the license key stored, on the file system or in the db?
Many thanks,
Si