开发者

the best way to transfer or copy a web application from IIS in one server to another IIS in another server

I have a webApp in my IIS 7.5 on windows server 2008 now I need to move this particular web app (not all of them) to another开发者_如何转开发 IIS 7.5 on the new windows server 2008 R2.

Can anyone please suggest?

thanks


Web Deploy is probably the best, it can do it server to server (ie live sync/migration) as well as allow you to generate a package that can then be installed in the other server:

http://www.iis.net/download/WebDeploy

It includes GUI (extends IIS Manager) as well as command line options, can do it over HTTPS or directly using the IIS configuration APIs. It supports moving configuration, content, GAC, DLLs, Database, Certificates, SSL settings and more.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜