I would like to move forward with my use of DNN, since starting with next to no knowledge a year ago.
I do run back-ups etc, when updating modules, DNN or anything major... but I've never had a test site. I want to set this up, as a duplicate of my existing DNN setup (if possible).
Now, I copy the database into a new 'Dev' database... so there are 2 identical databases running so I can leave the live one alone. I then copy the DNN files into a new 'Dev' directory, and change the web.config file to point to the new 'Dev' database. Is that ok so far?
After that I have setup a new A record (Dev.) for the domain and pointing this to a new IP address, setup as a website in IIS pointing at the new directory (different TCP port). I also add dev.domain.com to the portal aliases so it should work... my theory anyway.
The problem I have is that it still seems to point to the old site... when I make a change at dev.domain.com it is changing the live site for some reason... not the separate development/testing copy I have made. Is there something I missed, or a way I can check this?
Thanks