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

Re: windows 2003, web service, 404.2 by Bernard

Bernard
Tue Feb 22 21:07:33 CST 2005

Anything in event viewer ?
according to win32 error code 1260, it has something to do with software
restriction policy...

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"Roy" <rdeal@newsgroup.nospam> wrote in message
news:6F697723-D03D-4291-9EF2-D451CEE72372@microsoft.com...
> 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



Re: windows 2003, web service, 404.2 by v-wzhang

v-wzhang
Wed Feb 23 01:02:56 CST 2005

Hi Roy,

Could you please paste the IIS log entities here for us to take a
look?

Also check:

1) Make sure there isn't an app mapping with .dll .

2) Do MyWebSvc.dll and MyWebSvcIsapi.dll also invoke something else?

3) Take care of the dll files' path in web service extension, they
should exactly match the physical path.

4) If you mark all unknown CGI and ISAPI as 'allowed' in web service
extension, will the request be successful?

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from your issue.

=====================================================

Business-Critical Phone Support (BCPS) provides you with technical
phone support at no charge during critical LAN outages or "business
down" situations. This benefit is available 24 hours a day, 7 days a
week to all Microsoft technology partners in the United States and
Canada.

This and other support options are available here:

BCPS:
https://partner.microsoft.com/US/technicalsupport/supportoverview/4001
0469
Others:
https://partner.microsoft.com/US/technicalsupport/supportoverview/

If you are outside the United States, please visit our International
Support page: http://support.microsoft.com/common/international.aspx

=====================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.