PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

PA 4.0 iis的web站点配置 [复制链接]

1#
1、下载好网站系统,选择网站存放目录;如下图





2.选择程序池,点击基本配置,选择net framework 4.0(如果有net framework 4.6.1的版本选择,优先选择net framework 4.6.1)和集成模式;如下图





3.点击程序池aa>高级设置>标识,选择ApplicationPoolIdentity;如下图





4.在选择的网站目录右键点击,选择属性,点击安全、编辑,如下图



5.点击添加,添加对象名称“IIS APPPOOL\程序池名称”,我用的程序池是aa(IIS APPPOOL\aa),如下图



4.勾选写入、修改权限,如下图



6.点击网站>Default Web Site>身份验证;如下图



7.点击匿名身份验证>编辑;如下图



8.选择应用程序池标识;如下图

分享 转发
TOP
2#

亲,能不能来个完整的教程,
TOP
3#

按照这个方法还是打不开网站啊
TOP
4#

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
TOP
5#

按照配置完后出现这个
TOP
6#

对不起,数据库连接失败,程序已经终止启动!
TOP
7#

安装时连接不上数据库
TOP
8#
TOP
9#

[b]回复 [url=http://bbs.pageadmin.net/showtopic-58343.aspx#164027]8楼[color=Olive]xiyou[/color]的帖子[/url][/b]

数据库建立了,但是在安装过程中显示连接不上,服务器地址怎么填写
TOP
10#

如果和网站一个电脑,填写:127.0.0.1就可以了,如果这个不行填写sql服务器名称
TOP
11#

请问一下,默认起始页是哪个?
TOP
12#

运行后出现HTTP 错误 403.14 - Forbidden

Web 服务器被配置为不列出此目录的内容。
TOP
发新话题 回复该主题