How to publish ASP website in Windows7 environment?
1. Build a Web server
Control Panel-programs and features-turn Windows services on or off, pop up the "Internet Information Services" window, select all
Click OK, start the update service, after the update is complete, open the browser, enter "http://localhost/" in the Address bar, the IIS7 Welcome screen appears, indicating the success of building a Web server.
2, the published ASP website
The Web server has been built successfully, so let's start by describing how to publish your website
Open Control Panel-Administrative Tools--internet Information Services (IIS) Manager
We create a new "test" site, right-click the site-new, pop up a form as follows:
Once added, click Add website (Test), click ASP
Change the enabled parent path to True
Click "Default Document"
Add your own ASP website (test.asp)
I wonder if you note that I have a red fork on the "test" logo on my new website.
Workaround: Add the c:windows/temp to the Everyone permission, then you can.
And then enter the "IP Address: Port number" in the browser, enter, your site will be successful display!
The publishing of ASP website under WINDOWS7 system