Reputation: 57
I have been programming .NET for 2 years now, but I have never came up with such problem.
The last thing I installed on this fresh Windows XP machine was the IIS. Now when I go to the management console, I do not see web service extensions anywhere. I have tried aspnet_regiis
from every .NET version installed, but so far no good came out of it.
I still have a very cheap IIS management console, which does not even handle a routine ASP.NET test page.
So, does anyone can help me with this symptom?
* To make story short: I do not have web service entensions part in my IIS 6 management console *
I do not know if is normal or not, because I have never tried Windows XP IIS. I have always worked with Windows 2003.
Any idea or suggestions is appreciated.
Upvotes: 1
Views: 1335
Reputation: 33754
Try that : (FOR IIS6)
To enable Web service extensions
and there is another manual here : http://support.microsoft.com/kb/328419
But ... for IIS 5.1 there are no Web Service Extensions in IIS and it is not possible to install IIS 6 to XP.
Upvotes: 1