SOAP and IIS
Hello Guys,
When using the SOAP technology? Do I need to avtivate the IIS services?
[93 byte] By [
gilkaths] at [2007-11-19 11:44:40]

# 1 Re: SOAP and IIS
If you want to program a Web Service using ASP.NET, you will need IIS. If you use remoting, you don't need to use IIS, but remoting is a little more difficult than implementing a standard Web Service.