风讯官方论坛

首页 » FoosunCMS交流区 » dotNETCMS安装使用 » dotNETCMSv1.0ACCESS版本怎么配置和安装
xingyun13 - 2008-6-3 23:30:00
请问,access版是下载这个安装包吗?dotNETCMSv1.0SP1 免费SQL/ACCESS版本完整包 

那么如何进行修改ConnectData.config文件,才能使得数据库为access版的呢,如何安装
sicend - 2008-6-4 08:15:00
不用,直接执行install安装就可以了,选择数据库时选择access就可以了,会根据你的设置自动写入配置文件。
womode - 2008-6-4 09:02:00
楼上说的对,只要配置好ASP.NET2.0环境就可以安装成功了.
xingyun13 - 2008-6-4 10:16:00
我在安装的时候提示如下:
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 41:            以标识传入的用户。
Line 42:        -->
Line 43:    <authentication mode="Windows" />
Line 44:    <!--
Line 45:            如果在执行请求的过程中出现未处理的错误,


Source File: d:\freehost\xingyun13\web\cms4\web.config    Line: 43


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

是什么问题呢,根本不能看到安装配置页
xingyun13 - 2008-6-4 11:56:00
Parser Error Message: Could not load type 'Foosun.Web.Install.Index'.

Source Error:


Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="Foosun.Web.Install.Index" %>
Line 2: 
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

是缺少文件吗
jxspace - 2008-6-4 14:17:00
IIS使用独立的应用池,同时ASP.NET的环境使用2.0才可以使用.
1
查看完整版本: dotNETCMSv1.0ACCESS版本怎么配置和安装