PC Review
Forums
Newsgroups
Windows Vista
Windows Vista General Discussion
IIS7, WAS, Vista 5308
Forums
Newsgroups
Windows Vista
Windows Vista General Discussion
IIS7, WAS, Vista 5308
![]() |
IIS7, WAS, Vista 5308 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ =================================== "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. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 http://blogs.msdn.com/David.Wang 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. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 : http://www.aspnetfaq.com/ > asp.net faq : http://asp.net.do/faq/ > foros de asp.net, en español : http://asp.net.do/foros/ > =================================== > "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. > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ =================================== "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 : http://www.aspnetfaq.com/ >> asp.net faq : http://asp.net.do/faq/ >> foros de asp.net, en español : http://asp.net.do/foros/ >> =================================== >> "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. >> >> >> >> |
|
|
|
#6 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
> 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. |
|
|
|
#8 |
|
Guest
Posts: n/a
|
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 : http://www.aspnetfaq.com/ asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ =================================== "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. |
|
|
|
#9 |
|
Guest
Posts: n/a
|
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 : http://www.aspnetfaq.com/ : asp.net faq : http://asp.net.do/faq/ : foros de asp.net, en español : http://asp.net.do/foros/ : =================================== : "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. : : |
|
|
|
#10 |
|
Guest
Posts: n/a
|
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 http://blogs.msdn.com/David.Wang 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. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

. WAS is the new daddy service for IIS, MSMQ,
