Hi,
I deployed my ATL Server web service to a Windows 2003 Enterprise Server box
(created a virtual dir, copied MyWebSvc.dll, MyWebSvcIsapi.dll,
MyWebSvc.disco, MyWebSvc.htm into it, configured the execute permissions and
the mappings).
I then tried to tickle it via a web browser using
http://<myserver>/<myvirtualdir>MyWebSvc.dll?Handler=GenMyWebSvcWSDL. Each
time I try, an error page is displayed (the page cannot be found...).
I checked the W3SVC1 logs they show "404 2 1260" at the end of each line.
After researching this, I installed ASP.NET support, and I added a Web
Service Extension for my web service (MyWebSvc.dll and MyWebSvcIsapi.dll are
required files, and they are both allowed). Even after that, the log still
shows "404 2 1260" at the end of each line.
Any help solving this problem would be greatly appreciated.
Thanks,
Roy