Virtual machine IIS configuration and graphics

Source: Internet
Author: User

1. Click Start, Control Panel, turn Windows features on or off

2. Now that there is a menu of options for installing Windows features, note the selected items, we need to manually select the required features,

The following picture of the need to install the service has been selected, you can follow the picture check,

3. The following is the configuration of IIS:

When the installation is complete, click Start, Administrative Tools, double-click Internet (IIS) Manager options, go to IIS settings,

4. Select Default Web Site on the left, and double-click the ASP option on the right.
Select DefaultWebSite, and double-click the ASP option,

5. Enable the parent path to change the default false to True.

6. Select the advanced settings on the right side of the configuration site, select the site storage path,

7. After saving to return, select the right side of the binding, and then choose Edit, modify the site port, 80 (default) or other port, we recommend using the default 80 port. You can also set the default site IP address.

8. Set the default Web page.
In the Web page Configuration screen, select the default document and add Index.asp.


9. Create your own Web site's virtual directory under the default site, such as "ch04", the physical path of the virtual directory "d:/ch04".


10. Configuration complete, the virtual directory URL address is: "HTTP://LOCALHOST/CH04/" (80 port) or "Http://IP address/ch04/" (80 port), if the other port number, then http://localhost: Port number/ CH04/"or" Http://IP Address: Port number/ch04/". Assuming that the virtual directory contains "index.asp" under the physical root directory, you can browse directly to it.

10.1 Windows 7 under IIS 7.5 Connect to an Access database issue

Open IIS Manager to view the advanced properties of the Web site.


You can also modify the application pool that you use directly here. Emphasize that access can be successfully enabled regardless of which application pool is used.

10.2 Back, click on the application pool node on the left to see the advanced properties of the application pool you just used (this is dafaultapppool).


10.3 The Enable 32-bit application option is set to True (this step is ignored if there are no 32-bit application options in the interface).


IIS is set to this completion.

Create a site in 11.Dreamweaver
The site URL address is: "http://localhost/ch04/", the Physical Save directory is "D:\ch04".

Virtual machine IIS configuration and graphics

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.