To http://www.websitepanel.net/downloads/download a separate installation package as the site content run on IIS7.0, configured ApplicationPool for LocalSystem
websitepanel-enterpriseserver-2.1.0
websitepanel-portal-2.1.0
websitepanel-server-2.1.0
Configuring EnterpriseServer2.1.0 Web. config
<connectionStrings>
<add name= "Enterpriseserver" connectionstring= "server=localhost;database=websitepanel;uid=****;p wd=*******;" Providername= "System.Data.SqlClient"/>
</connectionStrings>
<add key= "Websitepanel.cryptokey" value= "J3t2bgmtblb5tnraxwxd"/>
Configuring Server2.1.0 Web. config
<password value= "***MD5PW"/>
Configure Portal2.1.0
C:\WebsitePanel\WebsitePanel-Portal-2.1.0\App_Data\SiteSettings.config
<EnterpriseServer>http://ip:9002</EnterpriseServer>
Install SQL Install_db.sql Modify the MD5 password that serveradmin and admin know by SQL
Configuring the WSP Server
First we need to configure the WSP Server section, such as the virtual space I want to configure here to support: Php,mysql,asp,asp.net,. net2.0/3.0/4.0, then the first to configure these environments on the WSP server, then how to configure, the following one by one lanes to
Let's look at the WSP portal to see which services the server has installed:
We can see that the server has installed
- Windows Server-Internet information Services 7.0 Microsoft FTP Server 7.0 Microsoft SQL Server 2005
These services are the server resources that we can assign to the user's virtual space later, there is no php+mysql resources we want, then we will install the following
The first step is to configure the environment
We still follow the old method of manual configuration, no, we use a Microsoft provides a configuration panel to configure: Weplatform (Web Platform Installer 3.0)
1, Download:
Http://www.microsoft.com/web/gallery/install.aspx?appid=websitepanel
2, Installation:
After the installation is complete, the following appears:
Do not click Install at this time, exit first, then find Microsoft Web Platform Installer in the Start menu,
3, installation service, here I want to install a WMP (mysql+php) environment
So, here I'm going to use Weplatform to install the environment.
Add PHP and Phpcache as shown
Step two: Add server to Server
Although the environment is configured, but not added to the WSP server, which is still not allocated to the individual virtual space resources, then here we will be through the WSP Enterprise Server and WSP portal to add these resources
PHP is not added, because PHP is just a framework of IIS, IIS has been added, then PHP naturally includes
This is mainly about adding MySQL
1, first install connector/net 6.5.4 or select Download installation in the previous weplatform:
Official:
http://dev.mysql.com/downloads/connector/net/
Http://www.microsoft.com/web/gallery/install.aspx?appid=websitepanel
Environment Quick Configuration Tool