WIN 8.1 ASP. NET environment Deployment (IIS8.0 + VS + + SQL SERVER 2008)
Because of the need to debug an ASP. NET code and prepare the WP8 development environment, upgrade the system to the Windows 8.1 Pro Edition, and choose vs 2013 as the development tool, and SQL SERVER 2008 is a more database version;
Tools Required:
- Microsoft Windows 8.1 Pro
- Microsoft Visual Studio Ultimate
- Microsoft SQL Server
First, the installation package download:
1. Download Microsoft Windows 8.1 Pro
: http://bbs.ithome.com/thread-581871-1-1.html Note This software is originated from the third party to provide no use of the official website to download ...
Some notes: The core Board and Professional Edition of Windows 8.1 are packaged in one installation package, by entering different installation keys to achieve different versions of the installation, where we use the professional version, because the professional version of the core board has more stable performance, more extensibility and more features, such as Hyper-V technology ~
The installation process is not much described, as is the case with traditional Windows installations ...
2. Download Microsoft Visual Studio Ultimate
: http://www.xiazaiba.com/html/24543.html Choose the best download point according to your network ~
Ultimate Installation Cd-key:bwg7x-j98b3-w34rt-33b3r-jvyw9
Installation process is not detailed, Baidu a lot of ~
3. Download Microsoft SQL Server 2008
: http://www.jb51.net/softs/43885.html
Select different versions as needed, plus the key:JD8Y6-HQG69-P9H84-XDTPG-34MBB
Ii. IIS and. NET Installation
1. Click Control Panel-Programs-turn Windows features on or off
Select the. NET Framework 3.5
Select Internet Information Service
Select the Web core that the Internet Information Service can host
Click OK, download from Windows, Windows will automatically download and install the following components wait a minute
2. After the installation is complete, we start IIS Manager through the Administrative Tools--internet information Services (IIS) Manager
Click Site--default Web site--run to see if the IIS environment was built successfully
The above screen indicates the success of IIS and. NET Configuration
Third, SQL SERVER installation
The SQL SERVER 2008 installation process is a lot online, here are just a few key areas
1. When you experience the need to restart your computer:
Follow these steps: win+r--regedit-- hkey_local_machine\system\currentcontrolset\control\session Manager with the following path The following key values are found:pendingfilerenameoperations
Delete it and click Rerun to enter the key provided above:JD8Y6-HQG69-P9H84-XDTPG-34MBB, accept the license terms, install, next, on the feature Selection page I stole a lazy, all selected ~ ~ Next , Next, Next,
Choose to use the same account for all SQL Server services here
This selects the blending mode and adds the current user as the database administrator
After the next step, you still want to add the current user, Next, next, all using the default configuration, click Install ~ ~ ~
Note: After successful installation we will find that the SQL Server service is forbidden ~
This is due to the VS2013 that comes with Microsoft SQL Server Express LocalDB cannot drink SQL Server 2008 Coexistence
Find programs-Programs and features--microsoft SQL Server Express LocalDB Uninstall is OK ~ ~ ~