Web Services Webexception
-
When I deploy my web application from file system to web application I get The remote name could not be resolved: . The web service request works perfectly fine when I execute the web application from file system, as soon as copy the web application to web site at IIS and launch I get Webexception. Can any one tell me the solution to get away with this. I am using ASP.NET 2.0 with C# 2.0.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me
-
When I deploy my web application from file system to web application I get The remote name could not be resolved: . The web service request works perfectly fine when I execute the web application from file system, as soon as copy the web application to web site at IIS and launch I get Webexception. Can any one tell me the solution to get away with this. I am using ASP.NET 2.0 with C# 2.0.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me
Where are you deploying it to, and how do you reference it ? It sounds like a DNS error....
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Where are you deploying it to, and how do you reference it ? It sounds like a DNS error....
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I have deployed it on IIS 7.0 and then call the web service web methods which is in web reference. So please tell me how to resolve this issue.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me
-
I have deployed it on IIS 7.0 and then call the web service web methods which is in web reference. So please tell me how to resolve this issue.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me
You didn't really answer me. If the error is that a name cannot be resolved, I am assuming you reference the web service by a URL, which cannot be resolved, or something like that.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )