Unsolved

This post is more than 5 years old

3203

June 7th, 2007 00:00

Installing IIS 7 on Vista

I have had no good luck in loading IIS 7.  I want to use PHP/IIS/MySQL to develop web sites.
I massively looked at the web and found any number of sites discussing how to, and used
this sequence:
Sequence to load IIS (distilled from much web research):
1) Click Start menu
2) Click Control Panel
3) On Control Panel, Make sure that on left side of window,
   the bullet is on Control Panel Home
4) Click Programs on Control Panel Home
5) Under Installed Programs, click Turn on or off Windows Features
6) Double click on Internet Information Systems
7) Under IIS, Web Management Tools, click IIS Management Console
8) Under IIS, World Wide Web Services, Click Application Development Features,
9) under Application Development Features, click ISAPI Extensions
10) Leave Microsoft .NET Framework off
11) Run http://localhost/ to view IIS default page.
((No Joy))
 
Any ideas, please?

140 Posts

June 7th, 2007 12:00

 
IIS 7.0 can be installed, complete, on Home Premium.

Use this script to install every last bit which IIS 7.0 offers :

start /w pkgmgr
/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI


Message Edited by d-fish on 06-07-2007 08:05 AM

Message Edited by d-fish on 06-07-2007 08:07 AM
No Events found!

Top