I have two servers each running IIS6 and i need to bring all the siteson BOTH servers into ONE IIS 7.5 server...

i've looked at MSDeploy but i can't find anything to combine two servers into one... thoughts? help? anything?!?!

link|improve this question
Possible duplicate of serverfault.com/questions/157889/… Not that that helps ... – James Skemp Jun 16 '11 at 12:40
feedback

1 Answer

Just deploy all the sites from both servers into the new server. You're not "combining servers", you're putting all the sites from X number of servers onto a new server.

This doesn't cover any issues that would arise from the different IIS versions, dependency on .NET version, etc.

link|improve this answer
when i tried to use the msdeploy stuff from MS one server would always over write the previous one thereby never allowing me to fully integrate both servers together. – Eric Ryan Jones Jan 2 '11 at 23:44
1  
Explain your process fully. I'm guessing that you're doing the entire server from both servers. As I suggested, maybe you should simply do all the sites from the first server, and then all the sites from the second server, instead of doing it per-server. – mfinni Jan 3 '11 at 1:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.