[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

"The system cannot find the file specified." when invoking method ~HTTP Get/Post

C Jones

7/10/2003 11:56:00 AM

Developed and successfully tested my web service on a
development server with .asmx mapped to v1.0.3705
\aspnet_isapi.dll, but when I migrated it our other server
I get "The system cannot find the file specified." when
invoking method via HTTP Get/Post. Havent tried SOAP yet.

The other server has its .asmx extension mapped to
v1.1.4322\aspnet_isapi.dll

So far I have tried without success:
1. to give the aspnet user access to all temp directories
(read this somewhere)
2. changed the .asmx extension mapping to v1.0.3705
\aspnet_isapi.dll

It seems as though the method reference is not getting
piped to the .asmx file (??)
re: http://server/app/service.asmx/method_reference

Any help or insight in resolving this would be greatly
appreciated.

Thanks