Link to home
Start Free TrialLog in
Avatar of Mystical_Ice
Mystical_Ice

asked on

moving iis application/database to another server

Hi

Client has a windows 2003 server they want to move to a windows 2012 r2 system.

I know it's a custom application and has a database (running on IIS) and "Classic ASP".  I've been tasked with moving everything from the old system to the new system.  

I can back up and restore the database, and I can install IIS on the new system with classic ASP, but what's involved with copying the custom application to the new server, and registering third party components with the new operating system?  and then changing the connection string?  Anything else you think would be required?

This is supposedly a very straightforward deal, but I've never done it before.  Would appreciate any help, suggestions, or tutorials.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Anything else you think would be required?

What you had specified steps are correct and this is the way I used to do my classic asp app. And you need to test it with any firewall blocking those components
Avatar of Mystical_Ice
Mystical_Ice

ASKER

So one is running IIS6 the other (new server) is running IIS 8.

I copied the files over to the sites, but to be honest i'm not sure where to go from here.  

Got the bindings set, but don't know how to find out where the connection to the database is even.
Untitled.png