Dear All,
I am running on Windows Vista with Chinese Version. I want to install an IIS. I followed the below procedure as quoted from the Library of TechNet. I meet a problem in step 3 that there is just the .Net Extensibility option in Windows Features. I
cannot find the other features mentioned in step 3 in my dialog box. I can just select .Net Extensibility and click OK. I type
http://localhost/ on IE and there is a 404.4 Page Not Found - Server error on application Default Web Site.
To use the UI on Windows Vista or Windows 7
-
Click Start, and then click Control Panel.
-
In Control Panel, click Programs, and then click
Turn Windows features on or off.
-
In the Windows Features dialog box, click Internet Information Services to install the default features, and then select the following additional features:
- ASP.NET
- .NET Extensibility
- Request Filtering
- ISAPI
- ISAPI Extensions
-
Click OK to close the Windows Features dialog box.
-
To verify that IIS installed successfully, type the following into a Web browser:
http://localhost
You should see the default IIS Welcome page.
Can anybody help me? Thank you!