^ - ^ .NET, Lead my own life~~~~

博客园 首页 新随笔 联系 订阅 管理
Well, This is the guidiance for using DotNetNuke, Also, this is the first time of me using it, so let's learn it together,

I found an article about How to install DotNetNuke, Below stuff is  the details :


  DotNetNuke3.2.2安装

自己安装时也在网上看了一些别人写的安装过程,受益不少,但总觉得不全,我就我自己的安装过程做个说明:
1、DownLoad一个DotNetNuke3.2.2到本地硬盘
2、安装SQL Server 2000,安装时选择混合身份验证模式(这点要注意,也是为了少改动web.config中的连接字符串),然后新建一个新的数据库"DotNetNuke"(名称随意),然后新建一个登录,输入名称和密码,对这个名称赋予对DotNetNuke的db_owner角色
3、如果你的本机磁盘分区是NTFS格式,DotNetNuke3.2.2_install文件夹的共享-〉安全选项页中赋予ASPNET用户(WinXP)/NETSERVICE用户(WIN 2003)的完全访问权限,如果是FAT32格式,无需做任何操作。
        在NTFS下,如果在文件夹的"共享与安全"中没有"安全"页,把文件夹选项中的"使用简单文件共享"的勾去掉
4、修改DotNetNuke3.2.2_install下的release.config为web.config,并作如下修改:
        把<appSettings>下的连接字符串Server=(local);Database=;uid=;pwd=;填入相应的值
        把<compilation debug="false" />中的false改为true,这是为了能在VS2003中调试
 5、在IIS中新建虚拟目录"DotNetNuke"指向DotNetNuke3.2.2_install,建议这样。如果起别的虚拟目录名的话,例如:mydnn,那么用VS2003打开项目时会报错。解决方法是用EMEditor等工具把DotNetNuke3.2.2_install及其子目录下的所有VBProj文件和Sln文件中的http://localhost/DotNetNuke/替换为http://localhost/mydnn/
6、在浏览其中输入http://localhost/DotNetNuke,enjoy it!

I used the Visual Studio 2005, and my OS is XP Pro without IIS,  So , I need use the default web server of VS 2005 instead of the instruction of IIS.

Whatever, first I installed the DotNetNuke 4.3.4 successful. 

Let's Start learning!

posted on 2006-09-07 11:28  ValeX  阅读(156)  评论(0编辑  收藏  举报