Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Where do I find Web Service Extensions in Windows Vista Home?

Reply
Thread Tools Display Modes

Where do I find Web Service Extensions in Windows Vista Home?

 
 
Oltmans
Guest
Posts: n/a

 
      02-25-2009
Hi, all. I'm trying to install ASP.NET 2.0 on Windows Vista home by
following instructions on this page http://weblogs.asp.net/plip/archive/...03/421477.aspx.
The last instruction on this URL is
"Go to Web Service Extensions and Allow ASP.NET 2.0 "

Now I've tried my best but I cannot find Web Service Extensions in
Windows Vista Home? Where are these located? Any help is highly
appreciated.

Thanks.
 
Reply With Quote
 
 
 
 
Saucy
Guest
Posts: n/a

 
      02-25-2009
"Oltmans" <> wrote in message
news:d8e566cc-13e3-4d66-9ab5-...
> Hi, all. I'm trying to install ASP.NET 2.0 on Windows Vista home by
> following instructions on this page
> http://weblogs.asp.net/plip/archive/...03/421477.aspx.
> The last instruction on this URL is
> "Go to Web Service Extensions and Allow ASP.NET 2.0 "
>
> Now I've tried my best but I cannot find Web Service Extensions in
> Windows Vista Home? Where are these located? Any help is highly
> appreciated.
>
> Thanks.



That's because it is not there:

[Installing IIS 7.0 on Windows Vista Home Premium]
http://technet.microsoft.com/en-us/l.../cc754752.aspx

Other webpages:

[Enabling Web Service Extensions (IIS 6.0)]
http://www.microsoft.com/technet/pro....mspx?mfr=true

[Installing IIS on Windows XP Home]
http://adamv.com/dev/articles/iis-on-xp-home/

[How to get IIS Web Server running on Windows XP Home Edition]
http://gr0w.com/articles/help/how_to...tion/index.php

Saucy


 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a

 
      02-26-2009
re:
!>> I cannot find Web Service Extensions in Windows Vista Home?
!> That's because it is not there:

Yes, it is there.

Web service extensions and all of their associated
properties are available on machines with IIS 6 or later.

re:
!>> Where are these located?

Did you use Control Panel to install IIS 7 ?
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 Management Console or Web Management Tools,
make sure you select the check boxes associated with those features in the Windows Features dialog box.

After you install the Web Management and Management Console tools,
when you select the machine root, you'll see the Web Service Extensions page.

If you want to install them using a script, see this Technet page :

http://technet.microsoft.com/en-us/l.../cc754752.aspx




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
"Saucy" <> wrote in message news:...
> "Oltmans" <> wrote in message
> news:d8e566cc-13e3-4d66-9ab5-...
>> Hi, all. I'm trying to install ASP.NET 2.0 on Windows Vista home by
>> following instructions on this page http://weblogs.asp.net/plip/archive/...03/421477.aspx.
>> The last instruction on this URL is
>> "Go to Web Service Extensions and Allow ASP.NET 2.0 "
>>
>> Now I've tried my best but I cannot find Web Service Extensions in
>> Windows Vista Home? Where are these located? Any help is highly
>> appreciated.
>>
>> Thanks.

>
>
> That's because it is not there:
>
> [Installing IIS 7.0 on Windows Vista Home Premium]
> http://technet.microsoft.com/en-us/l.../cc754752.aspx
>
> Other webpages:
>
> [Enabling Web Service Extensions (IIS 6.0)]
> http://www.microsoft.com/technet/pro....mspx?mfr=true
>
> [Installing IIS on Windows XP Home]
> http://adamv.com/dev/articles/iis-on-xp-home/
>
> [How to get IIS Web Server running on Windows XP Home Edition]
> http://gr0w.com/articles/help/how_to...tion/index.php
>
> Saucy
>
>




 
Reply With Quote
 
Oltmans
Guest
Posts: n/a

 
      02-26-2009
On Feb 26, 6:14*am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:

> After you install the Web Management and Management Console tools,
> when you select the machine root, you'll see the Web Service Extensions page.
>
> If you want to install them using a script, see this Technet page :
>
> http://technet.microsoft.com/en-us/l.../cc754752.aspx
>



OK, thank you for your reply and help. I've installed it using script
found at this page http://technet.microsoft.com/en-us/l.../cc754752.aspx..
Now, I'm not sure where to find the Web Service Extensions page on
Windows Vista Home? Where can I find the machine root on Windows
Vista? Please excuse my ignorance. All help is appreciated. Thanks.
 
Reply With Quote
 
lee atkinson
Guest
Posts: n/a

 
      02-26-2009
Its not on home edition


On 26/02/2009 13:31, in article
d08beead-3e5b-48c2-86a2-bd62631715fc...oglegroups.com, "Oltmans"
<> wrote:

> On Feb 26, 6:14*am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
> wrote:
>
>> After you install the Web Management and Management Console tools,
>> when you select the machine root, you'll see the Web Service Extensions page.
>>
>> If you want to install them using a script, see this Technet page :
>>
>> http://technet.microsoft.com/en-us/l.../cc754752.aspx
>>

>
>
> OK, thank you for your reply and help. I've installed it using script
> found at this page http://technet.microsoft.com/en-us/l.../cc754752.aspx.
>
> Now, I'm not sure where to find the Web Service Extensions page on
> Windows Vista Home? Where can I find the machine root on Windows
> Vista? Please excuse my ignorance. All help is appreciated. Thanks.


 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a

 
      02-26-2009
re:
!> I'm not sure where to find the Web Service Extensions page on Windows Vista Home?

Open the IIS Manager and select your machine's name on the left column.

Click on "ISAPI and CGI Restrictions"
On the right panel you'll see the Web Service Extensions available.

Select the one you want to enable and change the restriction for it.

re:
!> Where can I find the machine root on Windows Vista?

In the IIS Manager.

See the images on this article :

http://www.west-wind.com/wconnect/We...ry.blog?id=493

( which solves a few different problems, but which opens the same dialog )
so you can get an idea of where you'll find the machine root.

In the example in the article, the machine root is named RASVISTA\rstrahl .
In your case it will be named YourMachineName\SomeOtherName




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
"Oltmans" <> wrote in message
news:d08beead-3e5b-48c2-86a2-...
On Feb 26, 6:14 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:

> After you install the Web Management and Management Console tools,
> when you select the machine root, you'll see the Web Service Extensions page.
>
> If you want to install them using a script, see this Technet page :
>
> http://technet.microsoft.com/en-us/l.../cc754752.aspx
>



OK, thank you for your reply and help. I've installed it using script
found at this page http://technet.microsoft.com/en-us/l.../cc754752.aspx.
Now, I'm not sure where to find the Web Service Extensions page on
Windows Vista Home? Where can I find the machine root on Windows
Vista? Please excuse my ignorance. All help is appreciated. Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Vista Ultimate & Frontpage Extensions Brent Rogers Windows Vista Installation 0 05-01-2008 01:31 PM
cannot find an update windows update for service pack 1 for x64 T5 Windows Vista General Discussion 3 02-27-2008 09:11 PM
Please explain IIS7 server extensions required with Windows Vista Teilah Windows Vista General Discussion 2 08-19-2007 12:47 AM
Windows Vista Home premium help files: Can't find them makaiman Windows Vista General Discussion 1 05-19-2007 01:53 PM
Windows cannot find 'gpedit.msc? I got Window Vista home premium GT Windows Vista Security 3 02-16-2007 07:58 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59