您的位置:首页 > 其它

发布Web Service 到 Win7 的 IIS 7.0

2012-04-16 15:44 253 查看
首先要安装 Frontpage extension,

下载地址 http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1630

安装说明 http://learn.iis.net/page.aspx/134/installing-the-frontpage-server-extensions-on-iis/
下载并安装后要记得 Extend website

Click Start, point to Programs, point to Administrative Tools, and then click Microsoft SharePoint Administrator to open the Server
Administration
page.

In the list of virtual servers, click Extend next to the virtual server you want to extend.

In the Administrator box, type the user name for the administrator of the virtual server.

Click Submit.

然后设置虚拟目录的程序池为 Classic.NETAppPool

参考 http://www.iisboy.com/iis_article/532.html

设置应用程序池(ApplicationPool)为Classic.NETAppPool,而不是默认的DefaultAppPool,可以在网站目录里对每个站点设置,也可以在站点进行单独设置。
内容来自www.iisboy.com

控制面板--系统和安全--管理工具--Internet信息服务(IIS)管理器,打开IIS管理器。选中左侧想要设置的网站,

本文来自www.iisboy.com



单击右侧的高级设置,



将应用程序池设置为Classic.NETAppPool





最后启用 Basic Authentication



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: