Ask a Question related to Windows Vista, Design and Development.
-
Nathanial Woolls #1
IIS7, WAS, Vista 5308
Has anyone been able to get IIS working in Vista build 5308? I've been able
to install IIS and whatnot through the command line in the Release Notes
Addendum, however (twice now under two different setups) I am unable to start
W3SVC. This is because I am unable to start Windows Activation Service
(WAS). If I try to start WAS, I get:
Could not start the Windows Activation Service on Local Computer
Error 50: The request is not supported.
Any pointers would be appreciated.
Nathanial Woolls Guest
-
Problems with COM security in the Vista 5308 build
Hello. I developed a COM object in Windows Vista Beta 5207 release which registered with Sync Center. I used as a model the sample code from... -
ATI Catalyst Beta Driver for Windows Vista 5308 Available
Feedback: a.. ATI Usability Feedback: This is your opportunity to provide us with feedback that will help improve software and driver usability ... -
Adobe Photoshop CS2 and Vista 5308
I can't install PS CS2 on Vista 2308, it installig and brake on the 99% and roll back process. Any suggestions? Mike -
Vista build 5308.60
Is there any truth in the stories circulating that there was a newer "trunk build 60" released to beta testers to fix major memory leak issues with... -
Vista 5308 Released
Do you know if this will be on the MSDN subscriber downloads today, or are we still talking about a couple days later as it usually has been? Pat... -
Juan T. Llibre #2
Re: IIS7, WAS, Vista 5308
I installed IIS with no problem via "Add/Remove Programs".
To get there, click Start->Computer, then click on "Change or remove a program".
In the explorer bar above that says ">Control Panel > Programs > Installed Programs",
click the arrow after "Programs", then select "Advanced Options".
Double-click on "Windows Features", and you should be able to select what you need
in the "Windows Features" dialog, we're under "Internet Information Services".
Make sure you select *exactly* what you need.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
asp.net faq : [url]http://asp.net.do/faq/[/url]
foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
===================================
"Nathanial Woolls" <nwoolls@community.nospam> wrote in message
news:43F4ED63-812A-491E-BFD8-F6F08E5029B1@microsoft.com...> Has anyone been able to get IIS working in Vista build 5308? I've been able
> to install IIS and whatnot through the command line in the Release Notes
> Addendum, however (twice now under two different setups) I am unable to start
> W3SVC. This is because I am unable to start Windows Activation Service
> (WAS). If I try to start WAS, I get:
>
> Could not start the Windows Activation Service on Local Computer
> Error 50: The request is not supported.
>
> Any pointers would be appreciated.
Juan T. Llibre Guest
-
David Wang [Msft] #3
Re: IIS7, WAS, Vista 5308
Make sure you run as local Administrator and not a user that is part of the
Administrators group.
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).
--
//David
IIS
[url]http://blogs.msdn.com/David.Wang[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nathanial Woolls" <nwoolls@community.nospam> wrote in message
news:43F4ED63-812A-491E-BFD8-F6F08E5029B1@microsoft.com...> Has anyone been able to get IIS working in Vista build 5308? I've been
> able
> to install IIS and whatnot through the command line in the Release Notes
> Addendum, however (twice now under two different setups) I am unable to
> start
> W3SVC. This is because I am unable to start Windows Activation Service
> (WAS). If I try to start WAS, I get:
>
> Could not start the Windows Activation Service on Local Computer
> Error 50: The request is not supported.
>
> Any pointers would be appreciated.
David Wang [Msft] Guest
-
Nathanial Woolls #4
Re: IIS7, WAS, Vista 5308
I tried it that way the first time (and via command line the second time).
Both times I ended up with the setup I described with all the necessary
components installed but unable to start Windows Activation Service.
"Juan T. Llibre" wrote:
> I installed IIS with no problem via "Add/Remove Programs".
>
> To get there, click Start->Computer, then click on "Change or remove a program".
>
> In the explorer bar above that says ">Control Panel > Programs > Installed Programs",
> click the arrow after "Programs", then select "Advanced Options".
>
> Double-click on "Windows Features", and you should be able to select what you need
> in the "Windows Features" dialog, we're under "Internet Information Services".
>
> Make sure you select *exactly* what you need.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
> asp.net faq : [url]http://asp.net.do/faq/[/url]
> foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
> ===================================
> "Nathanial Woolls" <nwoolls@community.nospam> wrote in message
> news:43F4ED63-812A-491E-BFD8-F6F08E5029B1@microsoft.com...>> > Has anyone been able to get IIS working in Vista build 5308? I've been able
> > to install IIS and whatnot through the command line in the Release Notes
> > Addendum, however (twice now under two different setups) I am unable to start
> > W3SVC. This is because I am unable to start Windows Activation Service
> > (WAS). If I try to start WAS, I get:
> >
> > Could not start the Windows Activation Service on Local Computer
> > Error 50: The request is not supported.
> >
> > Any pointers would be appreciated.
>
>
>Nathanial Woolls Guest
-
Juan T. Llibre #5
Re: IIS7, WAS, Vista 5308
Windows Activation Service has nothing to do with IIS.
You should be able to activate Windows and not affect IIS.
I haven't tried it, but I bet that IIS will run OK without activating Windows
(until Windows stops, that is ).
Expanding on this...
IIS installed fine, and static files ran OK.
ASP.NET was not registered with IIS, so it didn't run.
I tried running aspnet_regiis -i, but did not have sufficient permissions,
( even though I was logged in as the Administrator account ), so I added
my logged-in account ( the only account on the system and the Administrator)
to the Users which can execute aspnet_regiis.
After executing aspnet_regiis -i, I found that I didn't have a TEMP directory,
( the compiler complained about it not existing ) so I created one at
\Windows\ServiceProfiles\NetworkService\AppData\Lo cal\temp\
Then, the Network Service account didn't have permissions to write
to the new temp directory, so I gave it full control over it.
Voila!
ASP.NET is working as it should.
btw, the ASP.NET build for 5308 is 2.0.50727.62.
The release version of ASP.NET is 2.0.50727.42.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
asp.net faq : [url]http://asp.net.do/faq/[/url]
foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
===================================
"Nathanial Woolls" <nwoolls@community.nospam> wrote in message
news:CEC33EB1-2FDB-4B42-857F-69B3723BC3B9@microsoft.com...>I tried it that way the first time (and via command line the second time).
> Both times I ended up with the setup I described with all the necessary
> components installed but unable to start Windows Activation Service.
>
> "Juan T. Llibre" wrote:
>>> I installed IIS with no problem via "Add/Remove Programs".
>>
>> To get there, click Start->Computer, then click on "Change or remove a program".
>>
>> In the explorer bar above that says ">Control Panel > Programs > Installed Programs",
>> click the arrow after "Programs", then select "Advanced Options".
>>
>> Double-click on "Windows Features", and you should be able to select what you need
>> in the "Windows Features" dialog, we're under "Internet Information Services".
>>
>> Make sure you select *exactly* what you need.
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
>> asp.net faq : [url]http://asp.net.do/faq/[/url]
>> foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
>> ===================================
>> "Nathanial Woolls" <nwoolls@community.nospam> wrote in message
>> news:43F4ED63-812A-491E-BFD8-F6F08E5029B1@microsoft.com...>>>> > Has anyone been able to get IIS working in Vista build 5308? I've been able
>> > to install IIS and whatnot through the command line in the Release Notes
>> > Addendum, however (twice now under two different setups) I am unable to start
>> > W3SVC. This is because I am unable to start Windows Activation Service
>> > (WAS). If I try to start WAS, I get:
>> >
>> > Could not start the Windows Activation Service on Local Computer
>> > Error 50: The request is not supported.
>> >
>> > Any pointers would be appreciated.
>>
>>
>>
Juan T. Llibre Guest
-
Nathanial Woolls #6
Re: IIS7, WAS, Vista 5308
Activation Service in Vista is not for activating windows. I know little
about it, but IIS was abstracted out further to separate running component
service modules from WWW, so the Activation Service runs W3Svc, Ftp, in IIS,
etc. Or something like that :). WAS is the new daddy service for IIS, MSMQ,
and the lot. So if WAS doesn't start, neither do the rest as WAS is a
dependency for them.
"Juan T. Llibre" wrote:
> Windows Activation Service has nothing to do with IIS.
> You should be able to activate Windows and not affect IIS.Nathanial Woolls Guest
-
Nathanial Woolls #7
Re: IIS7, WAS, Vista 5308
> 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> Administrators group.
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.
After my first clean build, I used Windows Features and tried many different> 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).
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.
Nathanial Woolls Guest
-
Juan T. Llibre #8
Re: IIS7, WAS, Vista 5308
re:
If that's the case, I don't know why it, simply, worked for me.> Activation Service in Vista
( after going through the procedures I posted... )
Activation is a Windows OS feature. Nothing else is called "activation", AFAIK.
Are you sure what you mean is not the "Turn Windows Features On or Off" ?
That's all I had to do to install IIS, although it only ran static files by default.
The procedures I posted worked for getting ASP.NET working.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
asp.net faq : [url]http://asp.net.do/faq/[/url]
foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
===================================
"Nathanial Woolls" <nwoolls@community.nospam> wrote in message
news:9990B95C-8204-4CA2-8AD6-6DBA510D7242@microsoft.com...> Activation Service in Vista is not for activating windows. I know little
> about it, but IIS was abstracted out further to separate running component
> service modules from WWW, so the Activation Service runs W3Svc, Ftp, in IIS,
> etc. Or something like that :). WAS is the new daddy service for IIS, MSMQ,
> and the lot. So if WAS doesn't start, neither do the rest as WAS is a
> dependency for them.> "Juan T. Llibre" wrote:
>>> Windows Activation Service has nothing to do with IIS.
>> You should be able to activate Windows and not affect IIS.
Juan T. Llibre Guest
-
Ken Schaefer #9
Re: IIS7, WAS, Vista 5308
WAS is something to do with Indigo (WCF). IIS provides automatic activation
of Indigo services.
And then there is Windows activation itself, so perhaps you two ar talking
at cross purposes?
Cheers
Ken
"Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
news:eRkPyooOGHA.2624@TK2MSFTNGP12.phx.gbl...
: re:
: > Activation Service in Vista
:
: If that's the case, I don't know why it, simply, worked for me.
: ( after going through the procedures I posted... )
:
: Activation is a Windows OS feature. Nothing else is called "activation",
AFAIK.
:
: Are you sure what you mean is not the "Turn Windows Features On or Off" ?
:
: That's all I had to do to install IIS, although it only ran static files
by default.
: The procedures I posted worked for getting ASP.NET working.
:
:
:
:
: Juan T. Llibre, asp.net MVP
: aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
: asp.net faq : [url]http://asp.net.do/faq/[/url]
: foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
: ===================================
: "Nathanial Woolls" <nwoolls@community.nospam> wrote in message
: news:9990B95C-8204-4CA2-8AD6-6DBA510D7242@microsoft.com...
: > Activation Service in Vista is not for activating windows. I know
little
: > about it, but IIS was abstracted out further to separate running
component
: > service modules from WWW, so the Activation Service runs W3Svc, Ftp, in
IIS,
: > etc. Or something like that :). WAS is the new daddy service for IIS,
MSMQ,
: > and the lot. So if WAS doesn't start, neither do the rest as WAS is a
: > dependency for them.
:
: > "Juan T. Llibre" wrote:
: >
: >> Windows Activation Service has nothing to do with IIS.
: >> You should be able to activate Windows and not affect IIS.
:
:
Ken Schaefer Guest
-
David Wang [Msft] #10
Re: IIS7, WAS, Vista 5308
Format and clean install Vista 5308 and then run that exact pkgmgr command.
That will be *exactly* what we do daily.
We are still seeing some problems using the various UI/dialogs to install
IIS7. I am comfortable with the pkgmgr commandline since it is exactly what
the IIS team uses and works reliably; the various UI are less covered (and
mostly uncover non-IIS issues within Vista Componentization since IIS7 is
the most complicated and componentized part of Vista and push the boundaries
in Vista Componentization).
As a general rule, I do not upgrade Vista during beta. Just a warning --
IIS7 upgrade/migration isn't exactly working, and componentized
upgrade/uninstall isn't working, either. So, upgrade at your own risk if you
want to see a functioning IIS7. :-)
--
//David
IIS
[url]http://blogs.msdn.com/David.Wang[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nathanial Woolls" <nwoolls@community.nospam> wrote in message
news:68F10ECA-4A5A-4F3B-AAC7-BEB058979743@microsoft.com...>>> Make sure you run as local Administrator and not a user that is part of
>> the
>> Administrators group.
> 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.
David Wang [Msft] Guest
-
Juan T. Llibre #11
Re: IIS7, WAS, Vista 5308
re:
Evidently... ;-)> perhaps you two ar talking at cross purposes?
This is part of the fun of running early betas.
What works for me may not work for others, in this case Nathaniel.
Except for the rigamarole registering ASP.NET with IIS,
I was good to go after using the "Install or Remove Windows Features" dialog.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
asp.net faq : [url]http://asp.net.do/faq/[/url]
foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
===================================
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:%236IE9vqOGHA.2992@tk2msftngp13.phx.gbl...> WAS is something to do with Indigo (WCF). IIS provides automatic activation
> of Indigo services.
>
> And then there is Windows activation itself, so perhaps you two ar talking
> at cross purposes?
>
> Cheers
> Ken
> "Juan T. Llibre" <nomailreplies@nowhere.com> wrote in message
> news:eRkPyooOGHA.2624@TK2MSFTNGP12.phx.gbl...
> : re:
> : > Activation Service in Vista
> :
> : If that's the case, I don't know why it, simply, worked for me.
> : ( after going through the procedures I posted... )
> :
> : Activation is a Windows OS feature. Nothing else is called "activation",
> AFAIK.
> :
> : Are you sure what you mean is not the "Turn Windows Features On or Off" ?
> :
> : That's all I had to do to install IIS, although it only ran static files
> by default.
> : The procedures I posted worked for getting ASP.NET working.
> :
> :
> :
> :
> : Juan T. Llibre, asp.net MVP
> : aspnetfaq.com : [url]http://www.aspnetfaq.com/[/url]
> : asp.net faq : [url]http://asp.net.do/faq/[/url]
> : foros de asp.net, en español : [url]http://asp.net.do/foros/[/url]
> : ===================================
> : "Nathanial Woolls" <nwoolls@community.nospam> wrote in message
> : news:9990B95C-8204-4CA2-8AD6-6DBA510D7242@microsoft.com...
> : > Activation Service in Vista is not for activating windows. I know
> little
> : > about it, but IIS was abstracted out further to separate running
> component
> : > service modules from WWW, so the Activation Service runs W3Svc, Ftp, in
> IIS,
> : > etc. Or something like that :). WAS is the new daddy service for IIS,
> MSMQ,
> : > and the lot. So if WAS doesn't start, neither do the rest as WAS is a
> : > dependency for them.
> :
> : > "Juan T. Llibre" wrote:
> : >
> : >> Windows Activation Service has nothing to do with IIS.
> : >> You should be able to activate Windows and not affect IIS.
> :
> :
>
>
Juan T. Llibre Guest
-
Nathanial Woolls #12
Re: IIS7, WAS, Vista 5308
Thanks, that got me going. You were right, too much messing with the Windows
Features dialog is what messed up WAS. It turns out I did have IIS installed
"properly" the first time I tried, I just didn't think I did because a) IIS
6.0 Management Console didn't show websites and b) IIS 7.0 Management Console
raised a null exception error.
This did still leave me with an IIS Management Console which still throws a
null exception error. However, after reading the call stack and trying some
things I figured out why: if you run dual monitors AND the monitor on the
right is your primary monitor, launching the new IIS Management Console leads
to:
System.NullReferenceException: Object reference not set to an instance of an
object.
at System.Windows.Forms.DisplayInformation.get_LowRes olution()
I reported this using the bug reporting tool. Disabling the secondary
monitor or setting the left hand monitor as primary allows IIS Management
Console to start.
"David Wang [Msft]" wrote:
/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> Format and clean install Vista 5308 and then run that exact pkgmgr command.
> That will be *exactly* what we do daily.
>
> We are still seeing some problems using the various UI/dialogs to install
> IIS7. I am comfortable with the pkgmgr commandline since it is exactly what
> the IIS team uses and works reliably; the various UI are less covered (and
> mostly uncover non-IIS issues within Vista Componentization since IIS7 is
> the most complicated and componentized part of Vista and push the boundaries
> in Vista Componentization).
>
> As a general rule, I do not upgrade Vista during beta. Just a warning --
> IIS7 upgrade/migration isn't exactly working, and componentized
> upgrade/uninstall isn't working, either. So, upgrade at your own risk if you
> want to see a functioning IIS7. :-)
>
> --
> //David
> IIS
> [url]http://blogs.msdn.com/David.Wang[/url]
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
>
> "Nathanial Woolls" <nwoolls@community.nospam> wrote in message
> news:68F10ECA-4A5A-4F3B-AAC7-BEB058979743@microsoft.com...> >> >> Make sure you run as local Administrator and not a user that is part of
> >> the
> >> Administrators group.
> > 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
> >>> >
> > 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.
>
>Nathanial Woolls Guest



Reply With Quote

