473,396 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

IIS on Vista home premium?

Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -
Feb 23 '07 #1
51 6458
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -

Feb 23 '07 #2
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

"Andy Snook" wrote:
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -
Feb 23 '07 #3
"Andy Snook" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(
Not true:
http://technet2.microsoft.com/Window....mspx?mfr=true
Feb 23 '07 #4
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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
>Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -

Feb 23 '07 #5
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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
>Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
>>Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -


Feb 23 '07 #6
I stand corrected and learnt something new, I do apoligize.
"Stephen Hatfield" <St*************@discussions.microsoft.comwrote in
message news:58**********************************@microsof t.com...
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

"Andy Snook" wrote:
>Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -

Feb 23 '07 #7
Ray
Yup and from I found out, it's even on the Home Basic,
the only difference between versions being the number
of concurrent connections allowed, from about 3 to 10.

That's good news for application compatibility :-), 3-5 years
down the road! :-(
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:O5*************@TK2MSFTNGP03.phx.gbl...
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-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
>
See:
http://technet2.microsoft.com/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
>Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?
>>
Steven

- - -


Feb 23 '07 #8
"Juan T. Llibre" wrote:
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

- - -


Feb 23 '07 #9
re:
Are you very sure of this?
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/....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" <so*****@company.comwrote in message news:eV**************@TK2MSFTNGP02.phx.gbl...
"Juan T. Llibre" wrote:
>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

Feb 24 '07 #10
"Juan T. Llibre" wrote:
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

- - -
Feb 24 '07 #11
Hi Ray,
Is it really possible to install IIS on home basic? I would be very glad if
it does.
Should I be running the same command to install it?

Please reply

Regards
Sujit

"Ray" wrote:
Yup and from I found out, it's even on the Home Basic,
the only difference between versions being the number
of concurrent connections allowed, from about 3 to 10.

That's good news for application compatibility :-), 3-5 years
down the road! :-(
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:O5*************@TK2MSFTNGP03.phx.gbl...
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-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

See:
http://technet2.microsoft.com/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
>Business or Ultimate I'm affraid :(
>>
>"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
>>Hi,
>>>
>>Plannig to buy Vista, but not sure what version to get.
>>>
>>I do VS.NET development, mostly ASP.NET.
>>>
>>Can IIS be installed on Vista home premium? Or do I need business or
ultimate?
>>>
>>Steven
>>>
>>- - -
>>>
>>>
>>
>


May 7 '07 #12
Hello Sujit,

http://technet2.microsoft.com/window....mspx?mfr=true
---
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

SHi Ray,
SIs it really possible to install IIS on home basic? I would be very
Sglad if
Sit does.
SShould I be running the same command to install it?
SPlease reply
S>
SRegards
SSujit
S"Ray" wrote:
S>
>Yup and from I found out, it's even on the Home Basic, the only
difference between versions being the number of concurrent
connections allowed, from about 3 to 10.

That's good news for application compatibility :-), 3-5 years down
the road! :-(

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:O5*************@TK2MSFTNGP03.phx.gbl...
>>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-Static
Content;IIS
-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirec
t;IIS-Appli
cationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;I
IS-ISAPIExt
ensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnosti
cs;IIS-Http
Logging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-C
ustomLoggin
g;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-Reque
stFiltering
;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCom
pressionDyn
amic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-Managemen
tScriptingT
ools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metaba
se;IIS-WMIC
ompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivation
Service;WAS -ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
>>See:
http://technet2.microsoft.com/Window...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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@micros oft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@micro soft.com...

Business or Ultimate I'm affraid :(
>
"Steven Spits" <no****@company.comwrote in message
>
news:u3*************@TK2MSFTNGP06.phx.gbl...
>>>>>Hi,
>>
>Plannig to buy Vista, but not sure what version to get.
>>
>I do VS.NET development, mostly ASP.NET.
>>
>Can IIS be installed on Vista home premium? Or do I need business
>or
>>
ultimate?
>>>>>Steven
>>
>- - -
>>

May 7 '07 #13

"Michael Nemtsev" <ne*****@msn.comwrote in message
news:a2***************************@msnews.microsof t.com...
Hello Sujit,

http://technet2.microsoft.com/window....mspx?mfr=true
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.
May 7 '07 #14
How do I save the script and what script program do I use for this:?

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
>


"Mark Rae" wrote:
"Andy Snook" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

Not true:
http://technet2.microsoft.com/Window....mspx?mfr=true
May 19 '07 #15
re:
!How do I save the script and what script program do I use for this:?

You can do it in two ways.

One way is to install IIS, using the graphical interface, as detailed at :

http://technet2.microsoft.com/Window....mspx?mfr=true

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" <st********@discussions.microsoft.comwrote in message
news:94**********************************@microsof t.com...
How do I save the script and what script program do I use for this:?

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
>>

"Mark Rae" wrote:
>"Andy Snook" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microso ft.com...
Business or Ultimate I'm affraid :(

Not true:
http://technet2.microsoft.com/Window....mspx?mfr=true

May 19 '07 #16
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

"Andy Snook" wrote:
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,
>
Plannig to buy Vista, but not sure what version to get.
>
I do VS.NET development, mostly ASP.NET.
>
Can IIS be installed on Vista home premium? Or do I need business or
ultimate?
>
Steven
>
- - -
>
>
Aug 4 '07 #17
Just note in that Home Premium NT authentication isn't supported with IIS.
It has bit impact on debugging and such... MS has published a fix for it,
luckily:

http://mvolo.com/blogs/serverside/ar...IS7-Vista.aspx
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"not_hidden" <no*******@discussions.microsoft.comwrote in message
news:B6**********************************@microsof t.com...
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

"Andy Snook" wrote:
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -

Aug 5 '07 #18


"Steven Spits" wrote:
"Juan T. Llibre" wrote:
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

- - -


Dec 23 '07 #19


"Steven Spits" wrote:
"Juan T. Llibre" wrote:
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

- - -

This got debugging to work on my Home Premium
http://ericappel.net/blog/UsingVisua...05OnVista.aspx
>

Dec 23 '07 #20
VS 2005/08 ships with an ASP .NET development web server so that you don't
need IIS on the development box to use and debug it.
"Vanessa" <Va*****@discussions.microsoft.comwrote in message
news:ED**********************************@microsof t.com...
>

"Steven Spits" wrote:
>"Juan T. Llibre" wrote:
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

- - -

This got debugging to work on my Home Premium

http://ericappel.net/blog/UsingVisua...05OnVista.aspx
>>


Dec 24 '07 #21
I have Vista Premium and I can run all the IIS program

"Steven Spits" wrote:
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -
Mar 9 '08 #22
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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -


Jun 1 '08 #23
On Sat, 31 May 2008 20:44:00 -0700, Jennifer
<Je******@discussions.microsoft.comwrote:
>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.
>
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -



Jun 1 '08 #24
"Jennifer" <Je******@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.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?
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/arch.../02/98661.aspx
http://technet2.microsoft.com/window....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

Jun 1 '08 #25
On 1 Jun, 05:20, Nonny <nonnymo...@yahoo.comwrote:
On Sat, 31 May 2008 20:44:00 -0700, Jennifer

<Jenni...@discussions.microsoft.comwrote:
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.


"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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <nimroddx...@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(
"Steven Spits" <nos...@company.comwrote in messagenews:u3k8a91VHHA..49*@TK2MSFTNGP06.phx.gbl. ..
Hi,
>Plannig to buy Vista, but not sure what version to get.
>I do VS.NET development, mostly ASP.NET.
>Can IIS be installed on Vista home premium? Or do I need business or ultimate?
>Steven
>- - -- Hide quoted text -

- Show quoted text -
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
Jun 1 '08 #26
On 1 Jun, 04:44, Jennifer <Jenni...@discussions.microsoft.comwrote:
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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <nimroddx...@yahoo.co.ukwrote in message
>news:C2**********************************@microso ft.com...
>Business or Ultimate I'm affraid :(
>"Steven Spits" <nos...@company.comwrote in messagenews:u3*************@TK2MSFTNGP06.phx.gbl.. .
>>Hi,
>>Plannig to buy Vista, but not sure what version to get.
>>I do VS.NET development, mostly ASP.NET.
>>Can IIS be installed on Vista home premium? Or do I need business orultimate?
>>Steven
>>- - -- Hide quoted text -

- Show quoted text -
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
Jun 1 '08 #27
Oh dear. The OP seems to have triggered some unhappy responses on this
thread.

Lets all be nice to each other, as the world is hard enough work as it is.

;-D

"Nonny" <no********@yahoo.comwrote in message
news:eq********************************@4ax.com...
On Sat, 31 May 2008 20:44:00 -0700, Jennifer
<Je******@discussions.microsoft.comwrote:
>>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.
>>
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@micros oft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microso ft.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -



Jun 1 '08 #28
"Rain" <me@myplace.comwrote in message
news:eK**************@TK2MSFTNGP05.phx.gbl...

[top-posting corrected]
Oh dear. The OP seems to have triggered some unhappy responses on this
thread.
Has she...? I can't see any...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 1 '08 #29
Hi. I think I have a solution for your IIS need. It is a "replacement" for
IIS in the sense that you can install it on 200/xp/vista or any other
windows server version (except 2008 as far as I know of). There is a free
(stripped down version) and a paid version. The paid version is mainly for
companies wanting to make web hosting servers or use it for their comercial
use. It's pretty cheap though ($50 I think?). I use the free version and it
does everything I need. The onlty draw back to the free version is that it
only supports up to .net 2.0. Here is the link for the download if your
interested.

http://www.aprelium.com/abyssws/download.php
"Stan" <go********@philhall.netwrote in message
news:e2**********************************@56g2000h sm.googlegroups.com...
On 1 Jun, 04:44, Jennifer <Jenni...@discussions.microsoft.comwrote:
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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <nimroddx...@yahoo.co.ukwrote in message
>news:C2**********************************@microso ft.com...
>Business or Ultimate I'm affraid :(
>"Steven Spits" <nos...@company.comwrote in
>messagenews:u3*************@TK2MSFTNGP06.phx.gbl. ..
>>Hi,
>>Plannig to buy Vista, but not sure what version to get.
>>I do VS.NET development, mostly ASP.NET.
>>Can IIS be installed on Vista home premium? Or do I need business or
>>ultimate?
>>Steven
>>- - -- Hide quoted text -

- Show quoted text -
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
Jun 2 '08 #30


"Steven Spits" wrote:
"Juan T. Llibre" wrote:
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

- - -
Jun 27 '08 #31


"Steven Spits" wrote:
"Juan T. Llibre" wrote:
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

- - -
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.
Jun 27 '08 #32
re:
!I installed IIS 6.0 on my Windows Vista Home Premium

Bad move...

To install IIS7 on Vista Home Premium, follow these instructions :

http://technet2.microsoft.com/window....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/
======================================
"DennisX" <De*****@discussions.microsoft.comwrote in message
news:98**********************************@microsof t.com...
>

"Steven Spits" wrote:
>"Juan T. Llibre" wrote:
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

- - -
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.

Jun 27 '08 #33
I'm getting an Default Web Server Error Http 500.0 - can anyone help me?
"Juan T. Llibre" wrote:
re:
!I installed IIS 6.0 on my Windows Vista Home Premium

Bad move...

To install IIS7 on Vista Home Premium, follow these instructions :

http://technet2.microsoft.com/window....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/
======================================
"DennisX" <De*****@discussions.microsoft.comwrote in message
news:98**********************************@microsof t.com...


"Steven Spits" wrote:
"Juan T. Llibre" wrote:

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

- - -
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.


Jun 27 '08 #34
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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -


Jun 27 '08 #35
On Sat, 31 May 2008 20:44:00 -0700, Jennifer
<Je******@discussions.microsoft.comwrote:
>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.
>
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -



Jun 27 '08 #36
"Jennifer" <Je******@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.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?
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/arch.../02/98661.aspx
http://technet2.microsoft.com/window....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

Jun 27 '08 #37
On 1 Jun, 05:20, Nonny <nonnymo...@yahoo.comwrote:
On Sat, 31 May 2008 20:44:00 -0700, Jennifer

<Jenni...@discussions.microsoft.comwrote:
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.


"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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <nimroddx...@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(
"Steven Spits" <nos...@company.comwrote in messagenews:u3k8a91VHHA..49*@TK2MSFTNGP06.phx.gbl. ..
Hi,
>Plannig to buy Vista, but not sure what version to get.
>I do VS.NET development, mostly ASP.NET.
>Can IIS be installed on Vista home premium? Or do I need business or ultimate?
>Steven
>- - -- Hide quoted text -

- Show quoted text -
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
Jun 27 '08 #38
On 1 Jun, 04:44, Jennifer <Jenni...@discussions.microsoft.comwrote:
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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <nimroddx...@yahoo.co.ukwrote in message
>news:C2**********************************@microso ft.com...
>Business or Ultimate I'm affraid :(
>"Steven Spits" <nos...@company.comwrote in messagenews:u3*************@TK2MSFTNGP06.phx.gbl.. .
>>Hi,
>>Plannig to buy Vista, but not sure what version to get.
>>I do VS.NET development, mostly ASP.NET.
>>Can IIS be installed on Vista home premium? Or do I need business orultimate?
>>Steven
>>- - -- Hide quoted text -

- Show quoted text -
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
Jun 27 '08 #39
Oh dear. The OP seems to have triggered some unhappy responses on this
thread.

Lets all be nice to each other, as the world is hard enough work as it is.

;-D

"Nonny" <no********@yahoo.comwrote in message
news:eq********************************@4ax.com...
On Sat, 31 May 2008 20:44:00 -0700, Jennifer
<Je******@discussions.microsoft.comwrote:
>>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.
>>
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@micros oft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microso ft.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -



Jun 27 '08 #40
"Rain" <me@myplace.comwrote in message
news:eK**************@TK2MSFTNGP05.phx.gbl...

[top-posting corrected]
Oh dear. The OP seems to have triggered some unhappy responses on this
thread.
Has she...? I can't see any...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #41
Hi. I think I have a solution for your IIS need. It is a "replacement" for
IIS in the sense that you can install it on 200/xp/vista or any other
windows server version (except 2008 as far as I know of). There is a free
(stripped down version) and a paid version. The paid version is mainly for
companies wanting to make web hosting servers or use it for their comercial
use. It's pretty cheap though ($50 I think?). I use the free version and it
does everything I need. The onlty draw back to the free version is that it
only supports up to .net 2.0. Here is the link for the download if your
interested.

http://www.aprelium.com/abyssws/download.php
"Stan" <go********@philhall.netwrote in message
news:e2**********************************@56g2000h sm.googlegroups.com...
On 1 Jun, 04:44, Jennifer <Jenni...@discussions.microsoft.comwrote:
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-StaticConten*t;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect*;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-C*GI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAnd*Diagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Htt*pTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuth*orization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompr*essionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Ma*nagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6*ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts*;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEn*vironment;WAS-ConfigurationAPI
See:
http://technet2.microsoft.com/Window...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/
===================================
"Robert Firth" <webmas...@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <nimroddx...@yahoo.co.ukwrote in message
>news:C2**********************************@microso ft.com...
>Business or Ultimate I'm affraid :(
>"Steven Spits" <nos...@company.comwrote in
>messagenews:u3*************@TK2MSFTNGP06.phx.gbl. ..
>>Hi,
>>Plannig to buy Vista, but not sure what version to get.
>>I do VS.NET development, mostly ASP.NET.
>>Can IIS be installed on Vista home premium? Or do I need business or
>>ultimate?
>>Steven
>>- - -- Hide quoted text -

- Show quoted text -
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
Jun 27 '08 #42
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.

"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -


Jul 3 '08 #43
"Hunter" <Hu****@discussions.microsoft.comwrote in message
news:B4**********************************@microsof t.com...
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/window....mspx?mfr=true
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 3 '08 #44
IIS 7 is included with Vista Home Premium.

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" <Hu****@discussions.microsoft.comwrote in message news:B4**********************************@microsof t.com...
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.

"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -




Jul 3 '08 #45

I am electronically disabled, and I need serious help. How do I use "script"
to install ISS7? Please assist
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -


Jul 3 '08 #46

"Hunter" <Hu****@discussions.microsoft.comwrote in message
news:99**********************************@microsof t.com...
>
I am electronically disabled, and I need serious help. How do I use
"script"
to install ISS7? Please assist

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.
Jul 3 '08 #47
Juan, thank you, but I need more help than that. I apologize, but I am a
little electronically disabled. I also need instructions on how/where to use
the script you posted. I have no clue. Again my apologies for my stupidity

"Juan T. Llibre" wrote:
IIS 7 is included with Vista Home Premium.

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" <Hu****@discussions.microsoft.comwrote in message news:B4**********************************@microsof t.com...
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.

"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microsof t.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -




Jul 4 '08 #48
re:
!I also need instructions on how/where to use the script you posted.

As this article explains :
http://technet2.microsoft.com:80/Win....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" <Hu****@discussions.microsoft.comwrote in message news:FA**********************************@microsof t.com...
Juan, thank you, but I need more help than that. I apologize, but I am a
little electronically disabled. I also need instructions on how/where to use
the script you posted. I have no clue. Again my apologies for my stupidity

"Juan T. Llibre" wrote:
>IIS 7 is included with Vista Home Premium.

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" <Hu****@discussions.microsoft.comwrote in message
news:B4**********************************@microso ft.com...
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.

"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or ultimate?

Steven

- - -





Jul 4 '08 #49
Is there any particular reason why you're trying to install IIS? If you're
having this much of a problem installing it, I can't imagine what's going to
happen once you get it installed.

"Hunter" <Hu****@discussions.microsoft.comwrote in message
news:99**********************************@microsof t.com...
>
I am electronically disabled, and I need serious help. How do I use
"script"
to install ISS7? Please assist
"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/Window....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" <we*******@winvistainfo.orgwrote in message
news:8A**********************************@microso ft.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" <ni*********@yahoo.co.ukwrote in message
news:C2**********************************@microsof t.com...
Business or Ultimate I'm affraid :(

"Steven Spits" <no****@company.comwrote in message
news:u3*************@TK2MSFTNGP06.phx.gbl...
Hi,

Plannig to buy Vista, but not sure what version to get.

I do VS.NET development, mostly ASP.NET.

Can IIS be installed on Vista home premium? Or do I need business or
ultimate?

Steven

- - -



Jul 4 '08 #50

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: =?Utf-8?B?TWlrZSBSaWRlcg==?= | last post by:
Can i have windows vista home premium english version as the base and install the windows vista ultimate as an upgrade in the Spanish language. Will it work, or will i have any problem.
11
by: =?Utf-8?B?VG9tIE5vd2Fr?= | last post by:
I wanted to know if Windows Vista Home Premium edition comes with some sort of web server, so I can continue to do web development using Visual Studio 2005.
4
by: Brad Pears | last post by:
I am looking at purchasing a new laptop and of course they all come with Vista now. I want to use the new OS but want to make sure that I am not going to be pooched when trying to install and run...
2
by: golub.gene | last post by:
Hi folks I need to choose Vista version, hopefully the lowest one like home edition, to have IIS services for some sql server feature to be active. Do you know which of those version have it. ...
2
by: Tam | last post by:
Im running into problems installing either VS 05 or 08 on a Vista Premium 64 bit machine and, ahem, it isnt going sweetly. When installing i get an "Error 1935.An error occured during the...
1
by: Prats | last post by:
I have an application developed in C++/CLI using dot NET 3.5 I tested on windows XP, Windows Vista Basic and Vista Home premium It does not run on vista Home Premium. The application installed...
3
by: techtonator | last post by:
Hi All, Thanks to all the gurus here for making such a nice forum! I need some help on vista partitioning. I bought a new HP dv6000 laptop with Vista home premium 64 bit. But there is only one...
4
by: techtonator | last post by:
Hi All, I have Vista Home Premium 64 bit installed on my HP dv6000 laptop. The laptop has a recovery drive from which I created the recovery disks. Since this drive was provided, MS didn't provide...
3
by: techtonator | last post by:
Hi All, I wonder why I bought the Vista Home Premium 64 bit laptop (perhaps only the 64 bit thing lured me :) :( ) because I am unable to do anything really useful on the machine. Here is another...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.