Tripredacus Posted September 8, 2008 Posted September 8, 2008 I am interested in creating a website using the stock IIS that comes with 2003 Server. If I create one there, how easy would it be to migrate that website to another 2003 or 2008 server? Also are there any articles relating to website migration I can read up on?
Mr Snrub Posted September 10, 2008 Posted September 10, 2008 If it's static content, it's as simple as copying the files and creating the new site on the W2K8 server.If it's dynamic content using databases then you may have a bit more of an interesting time setting up the ODBC or OLEDB connections (I know it's the bit that I hate when I migrate my site to new hardware and why I put mine into a VM!).Avoid using FQDNs or explicit paths (use virtual paths) and migration becomes trivial.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now