From: ibidibi411 on

It is a little confusing as to where I should post this question, so I
apologize in advance if this is better suited to an IIS group.


I'm using VB.Net in an attempt to run an example app from chapter 7 of
"Microsoft Mobile Development Handbook". It is the BasicAuthService
app. I have IIS installed on my local machine and have configured it
according to the Readme.txt, yet I always get an error 501: "Not
Implemented" when I run the call to ws.HelloWorld().

My URL looks like http://localhost/BasicAuthService/Service.asmx

I have tried using the IP address and the machine name, but I get
error 404 using them. I have see posts about tweaking WebDAV, but I
don't see anything about it in my IIS MMC snap-in.

I am using the emulator and it is cradled and syncs fine and I can
access the internet from it. WinXP Pro, SQL Server 2005, VS 2005.

Any ideas on how to solve this would be very much appreicated...

John Davis