Make sure you run as local Administrator and not a user that is part of the
I'm actually not sure how I would do that. How exactly do I log in as
Administrator in Vista? Earlier builds had a way to choose Administrator at
the login screen (I thought), but I haven't seen that in this CTP.
What exact command did you use to install IIS. For simplicity, select and
install all IIS Components; we are still working through partial component
installations, dependencies, etc and some partial component combinations
don't work (yet).
After my first clean build, I used Windows Features and tried many different
IIS installation configurations, the first of which was everything. What I
would get is a setup where WAS wouldn't start and where launching the new IIS
Management Console would yield a null reference error. I then added and
removed components there until I got to the point where the Windows Features
dialog no longer worked at all. All it showed was the WinFX 3.0 item, and
the command line pkgmg no longer worked either.
Then I saw the post about the Release Notes Addendum and the command line
within for installing IIS and downloaded the notes from MSDN and then
upgraded over my existing copy of Vista hoping this would yield a working
pkgmgr and Windows Features dialog, which it did.
After I was up and running, I executed the command line, which,
incidentally, is:
start /w pkgmgr /l:c:\log.etw
/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-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;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;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
This seems to run just fine, installed, everything, but I was left with the
same setup I had from using Windows Features, i.e. I could not (and cannot)
start WAS.