youfengjiang - 2008-1-23 09:52:00
我安装dotNETCMS1.0_RC2出现这种错误码,请教是什么原因
安装第一步ok:
 | Foosun.CMS.dll 文件放置正确. |
 | Foosun.Common.dll 文件放置正确. |
 | Foosun.Config.dll 文件放置正确. |
 | Foosun.Control.dll 文件放置正确. |
 | Foosun.DALFactory.dll 文件放置正确. |
 | Foosun.DALProfile.dll 文件放置正确. |
 | Foosun.Global.dll 文件放置正确. |
 | Foosun.Model.dll 文件放置正确. |
 | Foosun.Publish.dll 文件放置正确. |
 | Foosun.SQLServerDAL.dll 文件放置正确. |
 | Foosun.Web.dll 文件放置正确. |
 | Foosun.Web.UI.dll 文件放置正确. |
 | Intelligencia.UrlRewriter.dll 文件放置正确. |
 | Interop.ADODB.dll 文件放置正确. |
 | Interop.JRO.dll 文件放置正确. |
 | WYSIWYGEditor.dll 文件放置正确. |
 | Ajax.dll 文件放置正确. |
 | CBMD5.dll 文件放置正确. |
 | 系统配置文件 Web.config 验证通过! |
 | 对 comm 目录权限验证通过! |
 | 对 configuration 目录权限验证通过! |
 | 对 controls 目录权限验证通过! |
 | 对 database 目录权限验证通过! |
 | 对 editor 目录权限验证通过! |
 | 对 files 目录权限验证通过! |
 | 对 history 目录权限验证通过! |
 | 对 html 目录权限验证通过! |
 | 对 Install 目录权限验证通过! |
 | 对 jsfiles 目录权限验证通过! |
 | 对 logs 目录权限验证通过! |
 | 对 manage 目录权限验证通过! |
 | 对 stat 目录权限验证通过! |
 | 对 survey 目录权限验证通过! |
 | 对 sysImages 目录权限验证通过! |
 | 对 Templets 目录权限验证通过! |
 | 对 user 目录权限验证通过! |
 | 对 userfiles 目录权限验证通过! |
 | 对 www 目录权限验证通过! |
 | 对 xml 目录权限验证通过! |
第二步出错了.
System.UnauthorizedAccessException: Access to the path 'D:\wwwroot\dotcms\Install\db.sql' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Delete(String path) at Foosun.Web.Install.step3.replaceTablePre(String sqlpath, String dbname, String tbpre) in D:\dotNETCMS\Foosun.Web\Install\step3.aspx.cs:line 134 at Foosun.Web.Install.step3.CreateDataBase(String server, String user, String pwd, String dbname, String tbpre, String adminname, String adminpwd) in D:\dotNETCMS\Foosun.Web\Install\step3.aspx.cs:line 65 at Foosun.Web.Install.step3.StartInstall_Click(Object sender, EventArgs e) in D:\dotNETCMS\Foosun.Web\Install\step3.aspx.cs:line 40 at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
youfengjiang - 2008-1-23 10:09:00
原来是读写问题,,好了