iis下 ActiveSync插件无法访问(上)
这里以iis6为例。问题:WorldClient在iis6发布之后,为什么我的ActiveSync插件无法访问呢?原因:ActiveSync虽然集成在WorldClient中,但是ActiveSync的同步功能是另外一个模块去完成的。所以在发布WorldClient的同时,连同ActiveSync一起发布出去。
一、WorldClient在iis6下的发布
1、新建地址池
Ⅰ、打开"IIS管理管理器"---右击"Application Pool"---"new"---"Application Pool..."
http://blog.运维网.com/attachment/201209/112200273.png
Ⅱ、键入"Alt-N",点击"ok"
http://blog.运维网.com/attachment/201209/112417185.png
Ⅲ、右击新建的"Alt-N"地址池---点击"properties"---切换到"Performance"选项卡
取消勾选"Shutdown worker processes after being idle for (time in minutes): "和"Limit the kernel request queue (number of requests): "
切换到"Identity"选项卡---选择"Local System"---点击"ok"
http://blog.运维网.com/attachment/201209/112904425.png
http://blog.运维网.com/attachment/201209/113342743.png
Ⅳ、在弹出的iis管理对话框中,点击"Yes",新建地址立完毕
http://blog.运维网.com/attachment/201209/113537747.png
2、新建网站
Ⅰ、右击"Web Sites"---"New"---"web Site..."
http://blog.运维网.com/attachment/201209/113952573.png
Ⅱ、点击"Next"---"WorldClient"http://blog.运维网.com/attachment/201209/114131984.png
Ⅲ、点击"Next"---选择路径"C:\MDaemon\WorldClient\HTML"(这里的MDaemon默认安装在c盘)---点击'OK"
http://blog.运维网.com/attachment/201209/114617893.png
Ⅳ、点击"Next"---勾选3项:"Read, Run scripts (such as ASP), 和 Execute (such as ISAPI applications or CGI)"---点击"Next"
http://blog.运维网.com/attachment/201209/114845106.png
Ⅴ、点击"Finish"
Ⅵ、右击刚刚新建的"WorldClient"网站---点击"Properties"---选择"Documents"选项卡---移除掉"Default.htm、Default.asp和index.htm"三项,添加"WorldClient.dll"---点击"OK"
http://blog.运维网.com/attachment/201209/115441961.png
Ⅶ、选择"Home Directory"选项卡---选择"Alt-N"地址池---点击"OK"
http://blog.运维网.com/attachment/201209/115823814.png
Ⅷ、选择"Web Service Extensions"---右击"All unknown ISAPI Extensions"---点击"Allow"
http://blog.运维网.com/attachment/201209/120151510.png
续:iis下 ActiveSync插件无法访问(下)
页:
[1]