I'm working through the C# Programming with the Public Beta book. I'm in
Chapter 14 dealing with WebServices. I created the sample WebService in
notepad and have saved it to my C:\InetPub\wwwroot directory; however,
when I enter the url http://localhost/DateService.asmx, I get a 404
error. This also happens when I copy the file over to my server and save
in the same directory and try to invoke the url there. I've reset
FrontPage server extensions and restarted the IIS service to no avail. I
know I must be missing something really simple here. I'm pretty new to
ASP/ASP.NET so I appreciate any help. Thanks in advance.
Greg