Deployement of web service on IIS6
-
Hi all, I developped a web service using VS 2008 DotNet 2.0, the web service work fine on VS, I published the application on the local machine and i copied the content of the virtual folder to the default web site (wwwroot) of windows server machine IIS port 80, the web service work fine,at the second time i copied the content of the virtual folder to another machine (windows server 2003 IIS 6) using another web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
-
Hi all, I developped a web service using VS 2008 DotNet 2.0, the web service work fine on VS, I published the application on the local machine and i copied the content of the virtual folder to the default web site (wwwroot) of windows server machine IIS port 80, the web service work fine,at the second time i copied the content of the virtual folder to another machine (windows server 2003 IIS 6) using another web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
Ben.Regaya.Hedi wrote:
web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
What Url you are using for accessing that page ? it should be :
http://ipaddress:5555/SiteName/Service.asmx
By default we do not need to specify the Port 80. Let me know if this helps you :-DAbhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
Hi all, I developped a web service using VS 2008 DotNet 2.0, the web service work fine on VS, I published the application on the local machine and i copied the content of the virtual folder to the default web site (wwwroot) of windows server machine IIS port 80, the web service work fine,at the second time i copied the content of the virtual folder to another machine (windows server 2003 IIS 6) using another web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
-
Ben.Regaya.Hedi wrote:
web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
What Url you are using for accessing that page ? it should be :
http://ipaddress:5555/SiteName/Service.asmx
By default we do not need to specify the Port 80. Let me know if this helps you :-DAbhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
I try to use the url: http://10.13.4.30:5555/webservice/ClientService.asmx the same problem :(
-
No its simple web service
-
Ben.Regaya.Hedi wrote:
web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.
What Url you are using for accessing that page ? it should be :
http://ipaddress:5555/SiteName/Service.asmx
By default we do not need to specify the Port 80. Let me know if this helps you :-DAbhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
IIS return page was not found
-
Hi all, I developped a web service using VS 2008 DotNet 2.0, the web service work fine on VS, I published the application on the local machine and i copied the content of the virtual folder to the default web site (wwwroot) of windows server machine IIS port 80, the web service work fine,at the second time i copied the content of the virtual folder to another machine (windows server 2003 IIS 6) using another web site the port 5555 because the machine has already MS CRM as default web site, when i tryed to open the asmx page, the server connot open the page.