到http://www.websitepanel.net/downloads/下载好单独安装包作为网站内容运行在IIS7.0上,配置applicationpool为localsystem

WebsitePanel-EnterpriseServer-2.1.0

WebsitePanel-Portal-2.1.0

WebsitePanel-Server-2.1.0

配置EnterpriseServer2.1.0 web.config

<connectionStrings>
    <add name="EnterpriseServer" connectionString="server=localhost;database=WebsitePanel;uid=****;pwd=*******;" providerName="System.Data.SqlClient" />
  </connectionStrings>

<add key="WebsitePanel.CryptoKey" value="j3t2bgmtblb5tnraxwxd" />

配置Server2.1.0 web.config

<password value="***md5pw" />

配置Portal2.1.0

C:\WebsitePanel\WebsitePanel-Portal-2.1.0\App_Data\SiteSettings.config

<EnterpriseServer>http://ip:9002</EnterpriseServer>

安装sql install_db.sql 通过sql修改serveradmin和admin自己所知的md5密码

配置WSP Server

首先我们要配置好WSP Server(WSP服务器)部分,例如我这里要配置的虚拟空间要支持:PHP,MYSQL,ASP,ASP.NET,.NET2.0/3.0/4.0,那么首先要在WSP Server上配置好这些环境,那么怎么配置呢,下面一一道来

我们先通过WSP Portal来看看服务器已经安装了哪些服务:

我们可以看到,服务器已经安装了

  1. Windows Server 2008  Internet Information Services 7.0  Microsoft FTP Server 7.0  Microsoft SQL Server 2005

这些服务就是我们以后可以分配给用户虚拟空间的服务器资源,那并没有我们要的PHP+MySQL资源,那么下面我们就来安装呗

第一步,配置环境

我们还是按照老方法手动配置吗,不用的,我们这里用微软提供的一个配置面板来配置:weplatform(Web 平台安装程序 3.0)
1,下载:
http://www.microsoft.com/web/gallery/install.aspx?appid=websitepanel
2,安装:
安装完之后出现下图所示:

这个时候不要点击安装,先退出,然后在开始菜单里面找到Microsoft Web Platform Installer,如图:

3,安装服务,这里我要安装一个WMP(mysql+php)环境
所以,这里我就用weplatform来自动安装这个环境
按图添加PHP和PHPcache

第二步:添加服务器到服务器
环境虽然配置好了,但并没有添加到WSP服务器上,这是还是不可分配给各个虚拟空间的资源,那么这里我们要通过WSP enterprise server和WSP Portal来添加这些资源
PHP不用添加了,因为PHP只是IIS的一个框架,IIS已经添加了,那么PHP自然就包括了
这里主要讲添加mysql

1,首先要安装Connector/Net 6.5.4或者在之前的weplatform中选择下载安装:
官方下载地址:
http://dev.mysql.com/downloads/connector/net/

http://www.microsoft.com/web/gallery/install.aspx?appid=websitepanel
环境快速配置工具

WebsitePanel 2.1.0beta配置部分的更多相关文章

  1. Hadoop Hello World

    Hadoop单机环境配置OK后,需要找个例子测试一下Mapreduce功能.因此从Hadoop源代码中找到一个例子:WordCount.java,来验证. 编译过程如下: cd hadoop-exam ...

  2. WebsitePanel(wsp)配置详解(安装指南)

    WebsitePanel(wsp)配置详解(安装指南) 铁卫士原创 估计很多同学都还不知道WebsitePanel是什么东东吧,WebsitePanel简称wsp是微软旗下,开源免费的虚拟主机系统,我 ...

  3. Vue + Webpack + Vue-loader 系列教程(2)相关配置篇

    原文地址:https://lvyongbo.gitbooks.io/vue-loader/content/ 使用预处理器 在 Webpack 中,所有的预处理器需要和一个相应的加载器一同使用.vue- ...

  4. Angular2 Hello World 之 2.0.0-beta.14

    公司现在采用angualrjs开发一些web应用,采用的是angular1,现在angular2已经差不多了,听说最近rc6已经出来了……其实感觉好慢啊!之前也做过一些anglar2的例子,但是没有记 ...

  5. [笔记]ng2的webpack配置

    欢迎吐槽 前言 angular.cn教程中用的是systemjs加载器,那用webpack应该怎么配置呢?本文 demo: https://github.com/LeventZheng/angular ...

  6. ubuntu14.04下安装cudnn5.1.3,opencv3.0,编译caffe及配置matlab和python接口过程记录

    已有条件: ubuntu14.04+cuda7.5+anaconda2(即python2.7)+matlabR2014a 上述已经装好了,开始搭建caffe环境. 1. 装cudnn5.1.3,参照: ...

  7. webpack配置备份

    package.json: { "name": "webpackTest", "version": "1.0.0", & ...

  8. ubuntu14.04下配置使用openCV3.0

    [操  作  系  统] Ubuntu 14.04 LTS [OpenCV版本]  3.0.0-beta [Eclipse 版 本] 3.8.1 需要知识: Linux系统shell命令基础 编译原理 ...

  9. CentOS hadoop配置错误Incorrect configuration: namenode address dfs.namenode.servicerpc-address ...

    # ./sbin/start-all.sh                     This script is Deprecated. Instead use start-dfs.sh and st ...

随机推荐

  1. [转]Hibernate Session各种状态转换方法分析

    摘自http://spiritfrog.iteye.com/blog/221177 我的印象里, Hibernate session中常用的保存操作只有:save, update, saveOrUpd ...

  2. JDBC Driver

    Infomix Driver: com.informix.jdbc.IfxDriver JDBC URL : jdbc:informix-sqli://<host>:<port> ...

  3. label 与 input

    <form onsubmit="return checkform()" > <div style=" width:100%; border:0px #0 ...

  4. KB975517 "The update does not apply to your system"

    https://www.manageengine.com/products//desktop-central/patch-management/Windows-Vista-Ultimate-Editi ...

  5. SVN Server配置详解 及备份

    SVN简介和工作原理 subversion(简称svn)是近几年崛起的版本管理软件,是cvs的接班人,目前绝大多数开源软件都使用svn作为代码版本管理软件.Subversion支持linux和wind ...

  6. [备忘]Visio中连接线交叉时跨线小弯的去掉方法

    连接线格式->行为->连接线->跨线->添加->从不 format->behavior…->Connector->Line jumps->Add: ...

  7. 黄聪:wordpress如何使用get_avatar禁止调用gravatar头像,替换为自定义头像

    add_filter( 'get_avatar' , 'my_custom_avatar' , 1 , 5 ); function my_custom_avatar( $avatar, $id_or_ ...

  8. html元素的显示和隐藏

    div的visibility可以控制div的显示和隐藏,但是隐藏后页面显示空白: style="visibility: hidden;" document.getElementBy ...

  9. SparkStreaming入门及例子

    看书大概了解了下Streaming的原理,但是木有动过手啊...万事开头难啊,一个wordcount 2小时怎么都运行不出结果.是我太蠢了,好了言归正传. SparkStreaming是一个批处理的流 ...

  10. Scala第二章学习笔记

    最基本的练习~: 使用伴生对象: object holder{ class Foo{ private var x = 5} object Foo{def im_in_yr_foo(f: Foo) = ...