风讯官方论坛

首页 » FoosunCMS交流区 » dotNETCMS安装使用 » 今天下了一个,安装就出错。
abc54288 - 2007-12-14 18:41:00
如下:
/index.aspx

抱歉!操作失败


操作描述:
  • Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.
  • 返回上一级
  • dotNETCMS Version v1.0  Help center  Forum


最早的版本原来第一步是不会出错的,安装到/step3.aspx会出错。看今天可以下载了,就下载一个重新装一下,没想到打开就出错。


以上的错误是在根目录下的情况出现的。如果把FOOSUN放在子目录就出现另一个错误:


Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 89:  </connectionStrings>Line 90:  <system.web>Line 91:    <sessionState mode="StateServer" stateC />Line 92:    <httpModules>Line 93:      <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" />

Source File: g:\abc165230\wwwroot\165230\foosuncms\web.config    Line: 91


Show Additional Configuration Errors:

It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS. (g:\abc165230\wwwroot\165230\foosuncms\web.config line 118)
                     

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
倚天 - 2007-12-14 18:47:00
配置的问题。
你安装别的.NET程序看有没有问题啊。
simatiai - 2007-12-14 18:57:00
请确保IIS和数据库配置正确,然后再试
abc54288 - 2007-12-14 18:59:00
配置应该没问题吧。站上有网奇在运行,DNT2.0,还有哪个XXX,都安装运行正常。
abc54288 - 2007-12-14 19:00:00
还没到配置数据库这里。就打开/install/index.aspx就出错了。
simatiai - 2007-12-14 19:01:00
你应该根本就没打开网页
abc54288 - 2007-12-14 19:02:00
不错,/install/index.aspx就报一楼这样的错误。
老王 - 2007-12-14 19:03:00
修改权限打勾
abc54288 - 2007-12-14 19:04:00
是虚拟主机。/install已经给了777,并且应用子目录。还有别的目录要改吗?
一呼百应 - 2007-12-15 01:32:00
:default4:
我也是出现了这个XXX问题!!!!!!
一呼百应 - 2007-12-15 02:07:00
在我的几小时里,不断的尝试和安装!
还有一次又一次的分析上面的出错说明!
终于........................
让我找到问题所在了!
就是在组件服务里有一项服务未有启动!
就是
ASP.NET State Service
这个,大家看看你的电脑有无启动到了!
我的是win2003系统!
hdwlgzs - 2007-12-15 02:26:00
在服务器管理上。启用 ASP.NET状态服务 该服务默认为手动。不知道为什么更新了要用这个服务
一呼百应 - 2007-12-15 02:29:00

 附件: 您所在的用户组无法下载或查看附件
是的,真麻烦!
abc54288 - 2007-12-15 09:50:00
那为何dnt\iwms\ky都能运行呢?难道他们不需要ASP.NET State Service服务?
1
查看完整版本: 今天下了一个,安装就出错。