Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > "The system cannot find the file specified." when invoking method ~HTTP Get/Post

Reply
Thread Tools

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

 
 
C Jones
Guest
Posts: n/a
 
      07-10-2003
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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified. hifiger2004 ASP .Net Web Controls 1 08-30-2007 04:12 PM
System.UnauthorizedAccessException error when invoking a web method joseph ASP .Net Web Services 1 10-10-2005 03:37 AM
The system cannot find the file specified =?Utf-8?B?TWljaGFlbCBAIFNHTVM=?= ASP .Net 8 09-13-2005 09:39 PM
Unable to create the store directory.[The system cannot find the file specified. ] SampathTangudu ASP .Net 0 01-28-2005 04:31 PM
httphandler url rewriting not working : The system cannot find the file specified. Brian ASP .Net 0 06-19-2004 07:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57