"Steven Spits" <nos...@company.com> wrote in message
news:u3k8a91...@TK2MSFTNGP06.phx.gbl...
Cheers!
Stephen
> Business or Ultimate I'm affraid :(
--
/* * * * * * * * * * * * * * * * * *
* Robert Firth *
* Windows Vista x86 RTM *
* http://www.WinVistaInfo.org *
* * * * * * * * * * * * * * * * * */
"Andy Snook" <nimro...@yahoo.co.uk> wrote in message
news:C2580AEC-F8F2-43C1...@microsoft.com...
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
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Robert Firth" <webm...@winvistainfo.org> wrote in message
news:8A2A71C9-0880-4442...@microsoft.com...
"Stephen Hatfield" <Stephen...@discussions.microsoft.com> wrote in
message news:58DEDB1C-EAAB-4459...@microsoft.com...
That's good news for application compatibility :-), 3-5 years
down the road! :-(
"Juan T. Llibre" <nomail...@nowhere.com> wrote in message
news:O5auAz2...@TK2MSFTNGP03.phx.gbl...
> IIS 7.0 can be installed, complete, on Home Premium.
First of all, thanks to all who responded.
> Use this script to install every last bit which IIS 7.0 offers :
Are you very sure of this? A found one (and only one!) message from a guy
who tried to do ASP.NET development on his Vista home premium machine, and
he succesfully installed IIS. So far so good.
However, debugging was not possible. Vista home premium apparently does not
support Windows authentication, needed to debug an ASP.NET application from
within VS.NET.
Can anyone confirm this IS or ISN'T possible??
With kind regards,
Steven
- - -
The original question was whether IIS could be *installed* on Vista Home Premium.
IIS, and all of its features, *can* be installed.
Some features may, or may not, work in specific OS's, though.
If you aim to develop web applications which require Windows Authentication (WA),
given that Home Premium does not support WA, you should consider using
another OS which *does* support WA.
In your case, they would be the Vista Ultimate, Business, and/or Enterprise Editions.
In this page :
http://207.46.196.114/WindowsServer/en/library/0d35e92b-ddb7-4423-b1e5-df550e25713b1033.mspx?mfr=true
there's a handy feature comparison table for all versions of Vista.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Steven Spits" <som...@company.com> wrote in message news:eVkZjq5V...@TK2MSFTNGP02.phx.gbl...
> The original question was whether IIS could be *installed* on Vista Home
> Premium.
> IIS, and all of its features, *can* be installed.
>
> Some features may, or may not, work in specific OS's, though.
Thank you, you made it clear for me.
Steven
- - -
Please reply
Regards
Sujit
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
S> Hi Ray,
S> Is it really possible to install IIS on home basic? I would be very
S> glad if
S> it does.
S> Should I be running the same command to install it?
S> Please reply
S>
S> Regards
S> Sujit
S> "Ray" wrote:
S>
What version of Vista Home Premium is this? From what I understand, IIS 7
comes with Premium, at least on the one that was installed on the computer
when I purchased it.
The only problem with that IIS 7 is that it doesn't have Front Page
Extensions, which is needed for development solutions such a VS 2003 or
2005. That's why I had to upgrade to Ultimate to get the Front Page
Extensions and IIS 7 together, which is also part of Vista Business.
start /w pkgmgr
>
/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS
-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-Appli
cationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExt
ensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-Http
Logging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLoggin
g;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-RequestFiltering
;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDyn
amic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingT
ools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMIC
ompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS
-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
>
You can do it in two ways.
One way is to install IIS, using the graphical interface, as detailed at :
You don't have to run the Pkgmgr.exe "script" (really a batch file)
if you install IIS from the UI.
OR, you can copy the pkgmgr.exe script on that page into a text file and make sure the
whole thing is in ONE line, and then rename the text file to "InstallAndConfigureIIS.bat",
open a command window to the directory it's in, and execute the batch file.
Both ways do exactly the same thing, if you select all the "Application Development Features"
and the "Web Management Tools" in the UI when you install it, as that page explains :
---000---
If you use Control Panel to install IIS, you get the default installation, which has a minimum set
of features. If you need additional IIS features, such as Application Development Features or
Web Management Tools, make sure to select the check boxes associated with those features
in the Windows Features dialog box.
1. Click Start and then click Control Panel.
2. In Control Panel, click Programs and then click Turn on or off Windows Features.
3. In the Windows Features dialog box, click Internet Information Services and then click OK.
---000---
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"student557" <stude...@discussions.microsoft.com> wrote in message
news:9478EA44-810E-4CB5...@microsoft.com...
click on the main 'Programs' link (as opposed to add/remove, etc.);
then under 'Programs and Features' select the 2nd link 'Turn Windows
features on or off';
then selected IIS which is the 3rd option.
I know this is detailed, but some get stressed over finding features in
Windows' upgrades. Also, I saw a lot of links online about downloading IIS
which is totally unnecessary.
--
Nothing is more important than that you feel good. -Abraham
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"not_hidden" <noth...@discussions.microsoft.com> wrote in message
news:B62B3943-1EBF-4091...@microsoft.com...
"Steven Spits" wrote:
> This got debugging to work on my Home Premium
http://ericappel.net/blog/UsingVisualStudio2005OnVista.aspx
>
>
>
>
>
"Vanessa" <Van...@discussions.microsoft.com> wrote in message
news:ED3AA5BE-1C97-4C77...@microsoft.com...
"Steven Spits" wrote:
I installed IIS 6.0 on my Windows Vista Home Premium and I cannot use CSS or
User Controls. I would install 7.0, but I don't know how or where to enter
the script that gets the full install.
Bad move...
To install IIS7 on Vista Home Premium, follow these instructions :
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"DennisX" <Den...@discussions.microsoft.com> wrote in message
news:9886CA43-814A-499D...@microsoft.com...
I have been reading about the IIS installation on basic home vista edition.
Can anyone tell me what are my options of getting IIS installed and
configured on this DELL laptop which came with basic home vista edition?
Looking forward to your reply.....
>Hello Folks,
>
>I have been reading about the IIS installation on basic home vista edition.
>Can anyone tell me what are my options of getting IIS installed and
>configured on this DELL laptop which came with basic home vista edition?
>
>Looking forward to your reply.....
If you read the entire thread which began in February of LAST YEAR you
would have seen on the first reply to the original post that you need
Vista Business or Ultimate.
In other words, Fuggedaboutit.
> I have been reading about the IIS installation on basic home vista
> edition.
> Can anyone tell me what are my options of getting IIS installed and
> configured on this DELL laptop which came with basic home vista edition?
Although it is possible to install IIS on Vista Home Basic, pretty much all
of the useful parts are unavailable on that OS:
http://msmvps.com/blogs/bernard/archive/2006/06/02/98661.aspx
http://technet2.microsoft.com/windowsserver2008/en/library/0d35e92b-ddb7-4423-b1e5-df550e25713b1033.mspx?mfr=true
Specifically, ASP.NET is unavailable which, as you've posted in an ASP.NET
newsgroup, I'm assuming is one of your main reasons for wanting IIS in the
first place.
It's important to realise that Vista Home Basic is, as its name suggests, a
very basic version of Vista aimed at home users. If you are serious about
development, I would strongly suggest that you get some more RAM and upgrade
to Vista Business Edition... You wouldn't try to go into the haulage
business if all you had was a bicycle...
Also, FYI, it is a bad idea to post in a technical newsgroup with the
subject of "Urgent_need help" - many people will simply ignore posts with
subjects like that. "Installing IIS on Vista Home Basic" would have been a
suitable subject for your post...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
FYI
I have the Home Premium edition and am able to do development using
VS2008. I haven't bothered with IIS (I just use the service emulator
that is included with VS)but I do know that it is available on this
version.
Hope that's useful
Hi Jenny
I don't know whether Visual Studio will run on Vista Basic edition (I
think it probably will) but it is not essential to install IIS. Visual
studio versions 2005/2008 will by default use their own emulator for
Internet Services and run the site from the websites directory in your
documents folder using a special port No.
I have VS2008 on a laptop with Vista Home premium and that mode of
development works fine for me. The machine I have is quite a high spec
though (2GB RAM).
HTH
Lets all be nice to each other, as the world is hard enough work as it is.
;-D
"Nonny" <nonny...@yahoo.com> wrote in message
news:eq84445r28b9ls6n0...@4ax.com...
[top-posting corrected]
> Oh dear. The OP seems to have triggered some unhappy responses on this
> thread.
Has she...? I can't see any...
http://www.aprelium.com/abyssws/download.php
"Stan" <googl...@philhall.net> wrote in message
news:e21eafc8-ae3d-47df...@56g2000hsm.googlegroups.com...
On 1 Jun, 04:44, Jennifer <Jenni...@discussions.microsoft.com> wrote:
> Hello Folks,
>
> I have been reading about the IIS installation on basic home vista
> edition.
> Can anyone tell me what are my options of getting IIS installed and
> configured on this DELL laptop which came with basic home vista edition?
>
> Looking forward to your reply.....
>
>
>
> "Juan T. Llibre" wrote:
> > Not so.
>
> > 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
>
> > See:
> >http://technet2.microsoft.com/WindowsServer/en/library/86026b03-18b0-...
>
> > Juan T. Llibre, asp.net MVP
> > asp.net faq :http://asp.net.do/faq/
> > foros de asp.net, en espaņol :http://asp.net.do/foros/
"Juan T. Llibre" wrote:
> Not so.
>
> 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
>
> See:
> http://technet2.microsoft.com/WindowsServer/en/library/86026b03-18b0-4c42-9884-5af83226e2bd1033.mspx?mfr=true
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
> "Robert Firth" <webm...@winvistainfo.org> wrote in message
> news:8A2A71C9-0880-4442...@microsoft.com...
> > It seems that a very limited version of IIS is on Home Premium. I doubt that will satisfy your
> > needs though.
> >
> > --
> > /* * * * * * * * * * * * * * * * * *
> > * Robert Firth *
> > * Windows Vista x86 RTM *
> > * http://www.WinVistaInfo.org *
> > * * * * * * * * * * * * * * * * * */
> >
> > "Andy Snook" <nimro...@yahoo.co.uk> wrote in message
> > news:C2580AEC-F8F2-43C1...@microsoft.com...
> >> Business or Ultimate I'm affraid :(
> >>
> >> "Steven Spits" <nos...@company.com> wrote in message news:u3k8a91...@TK2MSFTNGP06.phx.gbl...
> Hi. please direct me to a site where i can download IIS 7.0 for vista home
> premium. i seem to be to stupid to find such a site.
There's no need to download anything - just follow the instructions:
http://technet2.microsoft.com/windowsserver2008/en/library/86026b03-18b0-4c42-9884-5af83226e2bd1033.mspx?mfr=true
You do, however, need to install it, with the script I posted.
IIS 7 is not installed by default with Vista Home Premium.
Your installation directory has all the files you need to install it, though.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Hunter" <Hun...@discussions.microsoft.com> wrote in message news:B4E42520-293A-400A...@microsoft.com...
Control Panel>Programs and Features>click the link to "Turn Windows
components on and off">Scroll down to Internet Information Services and
make your selections.
That should get you close.
As this article explains :
http://technet2.microsoft.com:80/WindowsServer/en/library/86026b03-18b0-4c42-9884-5af83226e2bd1033.mspx?mfr=true
...you need to create a batch file (a script) to run this command :
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
Just create a batch file ( maybe : install.bat ), copy the above script into
install.bat and, after you save it, double click install.bat in windows explorer.
re:
!> Again my apologies for my stupidity
No need to apologize, and you're not "stupid", only uninformed.
That's why we're all here : to help each other out.
I'm sure that, sometime, you'll help somebody else.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Hunter" <Hun...@discussions.microsoft.com> wrote in message news:FAF42733-70BB-4EB1...@microsoft.com...
"Hunter" <Hun...@discussions.microsoft.com> wrote in message
news:99D75818-9500-4C59...@microsoft.com...
True, there are so many web servers that are easier to use, but I think he
wants to do some developmental work, if I remember the thread correctly.
Quite frankly, it's not that easy to install IIS 7 on Vista.
It's a total paradigm (I hate that word) change from previous IIS versions.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Jeff Winn" <jw...@nospam.com> wrote in message news:E979195B-AB3D-42E0...@microsoft.com...
Thank you
"Andy B" wrote:
> > > foros de asp.net, en español :http://asp.net.do/foros/
you can edit the iis 7.0 config files or use the UI.
-- bruce (sqlwork.com)
"Robert Firth" wrote:
> It seems that a very limited version of IIS is on Home Premium. I doubt that
> will satisfy your needs though.
>
> --
> /* * * * * * * * * * * * * * * * * *
> * Robert Firth *
> * Windows Vista x86 RTM *
> * http://www.WinVistaInfo.org *
> * * * * * * * * * * * * * * * * * */
>
> "Andy Snook" <nimro...@yahoo.co.uk> wrote in message
"not_hidden" wrote:
> Thanks, Stephen. I set up my new my PC last night, but could not find IIS
> for my SQL Srvr Express Ed until reading your msg about 5 mins ago. On my PC
> I had to:
>
> click on the main 'Programs' link (as opposed to add/remove, etc.);
> then under 'Programs and Features' select the 2nd link 'Turn Windows
> features on or off';
> then selected IIS which is the 3rd option.
>
> I know this is detailed, but some get stressed over finding features in
> Windows' upgrades. Also, I saw a lot of links online about downloading IIS
> which is totally unnecessary.
> --
> Nothing is more important than that you feel good. -Abraham
>
>
> "Stephen Hatfield" wrote:
>
> > Andy is incorrect. You can indeed install IIS on Vista Home Premium by going
> > to the Programs and Features control panel, and selecting Add/Remove Windows
> > features link on the left side of the control panel window. When selecting
> > the features you want to install, be sure and select the ones that enable
> > ASP.NET stuff.
> >
> > Cheers!
> > Stephen
http://learn.iis.net/page.aspx/28/install-iis-7-on-windows-vista-and-windows-7/
> i tried to install iis on vista home premium but as i install sql
> server205 i get msg that iis is not installed or disabled.
> could u help me with this
1. Pull out your Vista DVD and put it in the computer
2. Go to Control Panel >> Add/Remove Programs
3. CLick Add/remove Windows Features
4. Choose IIS from the list
For Visual Studio, make sure you have selected the IIS 6
compatibility/management features. You also want to make sure you have
Windows Integrated Authentication unders security (at minimum) -
anonymous is also a "must" (not really, but in most scenarios it makes
sense. Once installed, try again.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************