风讯官方论坛

首页 » FoosunCMS交流区 » dotNETCMS安装使用 » 关于安装第一步就出错的解决方法!(精)
一呼百应 - 2007-12-15 02:11:00
前面功夫都做好了,也是配置都正确了,但是在安装时的第一步就出现了以下情况!


抱歉!操作失败


操作描述:
  • 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


在我的几小时里,不断的尝试和安装!
还有一次又一次的分析上面的出错说明!
终于........................
让我找到问题所在了!
就是在组件服务里有一项服务未有启动!
就是
ASP.NET State Service
这个,大家看看你的电脑有无启动到了!
我的是win2003系统!


好的,就加精吧!
hdwlgzs - 2007-12-15 02:15:00
没有这个服务。。也没失败啊
一呼百应 - 2007-12-15 02:19:00

 附件: 您所在的用户组无法下载或查看附件
当然是有这个服务,也就是ASP.NET的服务!
hdwlgzs - 2007-12-15 02:22:00
知道了。你用的是英文的。。难怪。
ttao - 2007-12-15 10:26:00
http://bbs.foosun.net/showtopic-66627.aspx
simatiai - 2007-12-15 16:47:00
管理员真勤劳,:default6:
wenlu007 - 2007-12-15 23:27:00
在安装的最后一步出错

怎么办??
pard - 2007-12-17 13:15:00
X  还几个小时  别个风讯错误提示写得很清楚啊~~~跟着去启动服务就ok了~~~:default3:
sicend - 2007-12-17 17:35:00
什么错误?


引用:
原帖由 wenlu007 于 2007-12-15 23:27:00 发表
在安装的最后一步出错

怎么办??
lhtyzx - 2007-12-18 11:15:00
源错误:


行 2:  <configuration>
行 3:    <configSections>
行 4:      <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" />
行 5:    </configSections>
行 6:    <appSettings>


源文件: E:\wwwroot\dotNETCMS\web.config    行: 4


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300; ASP.NET 版本:1.1.4322.2300
1
查看完整版本: 关于安装第一步就出错的解决方法!(精)