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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top