Win7 + iis7 + asp +. net + php environment Configuration
1. Configure iis first:
F
1. Click Start> Control Panel> program and function to go to the next step.
2. Click open or close Windows function on the left side. A dialog box is displayed.
3. Start to select the items to be installed.
Now, iis is configured. Check the test:
Right-click the site and choose manage site> browse
A default browser is opened to display localhost in the address bar.
Okay. IIS7 configuration is complete.
The preceding configuration supports html, asp, and aspx pages.
2. Now start to configure php with php-5.6.11-Win32-VC11-x64, please download. Decompress the package to: D: \ phpConfig and perform the following operations in IIS:
Add ISAPI filter
Add script ing:
Add application pool:
Change the site application pool and add the default document index. php modify D:/phpConfig/php. ini-list file name is php. ini, copy to c:/windows/(drive letter of win7), modify php. ini: it supports modifying extension_dir directories such as GD and mysql.
Now, there is almost no problem with the configuration.
You can create a website in your iis and create an index. php
Then you can preview the php information page.
Other problems: if any problems occur, the reasons are as follows:
So, you have to check it out.
2. In addition, check whether the directory permissions involved can be read and written.
3. You can also use cmd-> cd php installation directory-> php-v. If no error is reported, the php. ini configuration is correct,
3. Configure MySQL Data now
1. Here the version I use is mysql-5.5.39-win32
I think that I have studied the configuration of large database server architecture before, And I am used to using this version for free.
2. Start:
In view of the large server architecture, I should simply write it out and write an article separately.
MySQL for large server architecture
Of course, you don't have to finish reading this large server architecture. You can see the first part.