Newbie ? Cannot add web reference
-
Hi all, I'm new to ASP.NET and have what is probably an easy problem to solve. I've got IIS running on Win2K. I've gone through the drill on setting up the security etc. I created a simple test web service project with one public function - return a string. The project was created at http://localhost/MyTestService I built the project. Then I created a simple web client at http://localhost/MyTestClient But when I try to set the the Web Referencve in the client to MyTestService.vsdisco, the dialog says: "The specified module could not be found." But I can start at http://localhost in the dialog and browse all the way through the paths and select the file: http://localhost/MyTestService/MyTestService.vsdisco What gives? Sorry, I'm new to this. TIA Robert
-
Hi all, I'm new to ASP.NET and have what is probably an easy problem to solve. I've got IIS running on Win2K. I've gone through the drill on setting up the security etc. I created a simple test web service project with one public function - return a string. The project was created at http://localhost/MyTestService I built the project. Then I created a simple web client at http://localhost/MyTestClient But when I try to set the the Web Referencve in the client to MyTestService.vsdisco, the dialog says: "The specified module could not be found." But I can start at http://localhost in the dialog and browse all the way through the paths and select the file: http://localhost/MyTestService/MyTestService.vsdisco What gives? Sorry, I'm new to this. TIA Robert
Hi Robert. Would you set the web reference to the .vsdisco file or the .asmx file?
-
Hi Robert. Would you set the web reference to the .vsdisco file or the .asmx file?
Mike Ellison wrote: Hi Robert. Would you set the web reference to the .vsdisco file or the .asmx file? Hi Mike, Thanks for the suggestion. I uninstalled and reinstalled my IIS service and started all over from scratch. When I added the .asmx file this time everything worked properly. Thanks, Robert