在Windows 2008 R2+SQL Server 2008 R2环境下手动安装IDCSystem教程
<p><span style="font-size: x-large;"><strong>(一) 计算机管理</strong></span><br>创建一个新的用户<strong>(将用户名以及密码记录下,以便配置IIS站点登录用户</strong><strong>)</strong></p>
<p><strong></strong></p>
<p>修改该用户的隶属<strong>:用户-属性-隶属-添加-高级-立即查找-IIS_IUSERS</strong><br>
<strong></strong>赋予<strong>“idcsystem”</strong>站点目录<strong>“读取”</strong>权限:“idcsystem面板”-属性-安全-编辑-添加-立即查找-“ 查找到刚刚创建的新用户”<br>
</p>
<p>赋予<strong>“idcsystem”</strong>站点目录的<strong>bin、files</strong>文件<strong>“修改”</strong>的权限:属性–安全–“查找到创建的新用户”–编辑<br>
</p>
<p></p>
<p><span style="font-size: x-large;"><strong>(二 )SQL 2008 R2的设置</strong></span><br>
<strong>首先</strong>,将站点目录下的文件sample.web.config改名为web.config,用记事本打开<strong>“idcsystem面板”</strong>目录下的<strong>web.config</strong>文件,修改以下地方</p>
<p></p>
<div class="quote">
<pre><add key="enKey" value=<span style="color: #ff0000;">"加密Key"</span>/>
<add key="connectionStrings" value="Server=(local);Initial Catalog=<span style="color: #ff0000;">XenSystem</span>;User ID=<span style="color: #ff0000;">sa</span>;password=<span style="color: #ff0000;">88888888</span>"/></pre>
</div>
<p><span style="color: #ff0000;">1 </span> value=<span style="color: #ff0000;">“加密Key”</span>,指的是系统秘钥(需要记住或者保存好)</p>
<p><span style="color: #ff0000;">2 </span> Initial Catalog=<span style="color: #ff0000;">XenSystem,指的是数据库名称(要跟创建数据库的名称一致)</span></p>
<p><span style="color: #ff0000;">3 </span>User ID=<span style="color: #ff0000;">sa,指的是数据库用户(要跟创建数据库用户一致)</span></p>
<p><span style="color: #ff0000;">4 </span>password=<span style="color: #ff0000;">88888888,指的是数据库用户密码(要跟创建数据库用户密码一致)</span></p>
<p>例如,修改如下:</p>
<pre><add key="enKey" value="<span style="color: #ff0000;">JKLDISjsdhsjhfkj12</span>"/>
<add key="connectionStrings" value="Server=(local);Initial Catalog=<span style="color: #ff0000;">idcsystem</span>;User ID=<span style="color: #ff0000;">db_idcuser</span>;password=<span style="color: #ff0000;">HDJBAJS12dj</span>"/></pre>
<p><strong>然后,根据该<span style="color: #ff0000;">web.config</span>文件设置<span style="color: #ff0000;">数据库</span>与<span style="color: #ff0000;">数据库用户</span><br>
</strong>1 <strong>新建数据库,与web.configd的数据库名称一致</strong><br>
<strong>2 新建登录名用户,</strong><strong>与web.config的数据库用户名一致</strong><br>
SQL安全性:<span style="font-size: medium;">登录名,新建登录名—登录名;SQL Server身份认证(下面3个勾消除);默认数据库</span><br>
<span style="font-size: medium;"> </span><strong><span style="font-size: x-large;">(三) IIS的配置</span></strong><br>
<span style="font-size: medium;"><strong>信息服务(IIS)管理器–应用程序池</strong>—<strong>添加应用程序池</strong></span><br>
<span style="font-size: medium;">选中新添加的<strong>应用程序</strong>—<strong>高级设置</strong>—进程模式中的“<strong>标识</strong>”—<strong>自定义账户</strong></span><br>
<span style="font-size: medium;">网站—添加<strong>新的站点</strong>—<strong>网站名称</strong>;<strong>应用程序池</strong>;<strong>物理路径</strong>;<strong>连接为</strong>;<strong>主机名(域名)</strong>;</span><br>
<span style="font-size: medium;">为XenSystem<strong>添加首页</strong>文档:默认文档—添加—输入“<strong>index.aspx</strong>”</span><br>
在本地浏览器中,输入:<span style="color: red;">http://你的面板域名/install.aspx</span>,进行idcsystem平台的安装。输入授权平台的<strong>客户编号</strong>,和主控端的<strong>识别码</strong>;点击“安装”即可。<br>
<strong>默认帐号、密码</strong>均为<strong><span style="color: #ff0000;">xsadmin</span></strong>都在该图片<span style="color: red;">(为了确保系统安全,请立即删除本安装文件“install.aspx”)</span><br>
<span style="color: #000000;">然后,在</span><span style="color: #000000;">网站首页输入</span><strong><span style="color: #000000;">默认账号与密码</span><span style="color: #000000;">,</span></strong><span style="color: #000000;">即可登录idcsystem平台了。</span><br>
<span style="color: #000000;"></span><span style="color: #ff0000;"></span></p>
<p class="post-copyright">未经允许不得转载:<ahref="https://www.wangchao.info/">王超博客</a> » <ahref="https://www.wangchao.info/977.html">在Windows 2008 R2+SQL Server 2008 R2环境下手动安装IDCSystem教程</a></p>
页:
[1]