net2.0&net1.1网站从Windows2003 32bit IIS6.0迁移至Windows 2008R2 64bit IIS7.5项目总结

背景:

由于WEB服务器有固定的使用期限,需要将web server从windows 2003 server 32bit iis6.0升级到windows 2008R2 IIS7.5,并且windows 2008R2 没有32bit版本.

由于网站使用的是AD信息的单点登录,所以IE的设置如下:

 

 

 

具体操作备注如下:

1.Server准备工作
a.add into AD
b.static IP address
c.add DNS or WINS
d.Install IIS 7.5:application server,web service,smtp services
e.Windows firewall,Open port:8080,9898,8200,25
f.IIS Resources Kit:http://www.microsoft.com/en-us/download/details.aspx?id=17275

2.Net2.0 websites
a.Install net2.0 framework
b.application pools managed pipeline mode:classic
c.site bindings
d.Authentication Enabled items:ASP.net Impersonatin and Windows Authencation(AD),others all disabled

references:
http://www.cnblogs.com/fish-li/archive/2012/05/07/2486840.html
http://bbs.51cto.com/thread-624474-1.html

3.Net1.1 websites
a.install net1.1 framework and sp1 package
b.select this application pools:ASP.NET 1.1
c.site bindings
d.Authentication Enabled items:Windows Authencation(AD)

references:
http://www.iis.net/learn/install/installing-iis-7/how-to-install-aspnet-11-with-iis-on-vista-and-windows-2008
http://yanghuanboy.blog.163.com/blog/static/888055652009119112034276/

4.Mail functionality:CDO.Message
a.install smtp service,windows firewall open port:25
b.(IIS Resource Kit)IIS Metabase explorer:LM/smtpsvc and LM/smtpsvc/1 ,add IIS_IUSRS access rights
c.folder:mailroot access rights for IIS_IUSRS

5.windows services:AdRemotingservices
a.for AD data
b.*..\MyTEKS.WinServices.AdRemotingService.exe
c.automatic->started

 

项目已经结束,作以备注,供参考.

 

项目的个人体会:

以前没有做过web升级这块东东,所以心里没底.个人体会在做陌生东东之前,要做大量相关的知识储备,端正心态.然后列计划,逐步实施.

实施中,有问题再查阅,可以采取不停的对自己"提出问题->找答案->再提问题->再找答案 "往复循环方法. 遇到疑难,与相关同事讨论,每个人掌握的信息量不一样,会很有所启发,对解决问题也是很有帮助的.

 

 列出参与各方/各组件->各方/各组件一一排查(统计功能数据)->确定各方逻辑含义是否相符->确定问题点,采取措施

对应,

研究对象的拆解与细分->分析->实施->OK.

 

posted @ 2013-06-08 10:07  自由的企鹅  阅读(1411)  评论(0编辑  收藏  举报