Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
4.20/5 (2 votes)
Hi I am newbie in web platform.So I have written web services and hosted on IIS which is accessible within network. Now how can I call that web service from an internet? Is it possible? Or any alternatives, suggestion.

Thanks
Posted
Updated 5-Jun-14 22:13pm
v3
Comments
ArunRajendra 6-Jun-14 4:18am    
You need to deploy in on IIS with public IP or with some hosting service provider to be accessible from internet.
mahesh_deshmane 6-Jun-14 5:28am    
can u guide me how to deploy web services on IIS with public IP

you need to deploy your web service in on IIS of a machine . which should be accessed through internet . Thats all you have to do . After doing all these you can use your web service through internet .
 
Share this answer
 
Comments
mahesh_deshmane 6-Jun-14 5:12am    
Can we host web service on IIS so other can access it via internet ??
Pravuprasad 6-Jun-14 5:57am    
hmmm,absolutely can be hosted
Pravuprasad 6-Jun-14 5:58am    
but give permission to port ,so that it can be used globally.
Host your Service with some Hosting Providers. Then you will be able to access it through internet.

If you host it in some IIS within your Network or Local computer (as you have done), that would also be accessible to the Users within your Network only.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900