Add webservice extension to Win XP

  • Thread starter Thread starter Bill nguyen
  • Start date Start date
B

Bill nguyen

I need to add web service extension to my Win XP SP2 machine to run ASP.NET
app with VS.NET 2003.
Currently, I can't find web service extension option in my local IIS
service.
Do I need to reinstall VS.NET with web service option?
Thanks

Bill
 
What does your "web service extension" mean? As far as I know, you need not
enable anything like "web service extension" to use "web service".

If you mean you install IIS after VS.NET, then go to
%windir%\Microsoft.NET\Framework\v1.1.4322 and run "aspnet_regiis -i"
command.

If you want to install Frontpage extension to work with VS.NET IDE, go to
"Add/Remove Programs"->"Add/Remove Windows component"->"Internet Information
Services"->"Frontpage 2000 Server Extensions"
 
Back
Top