Click here to Skip to main content
15,913,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a Web API project. Now i want to add that server reference to an another project in local host. Both my web API project and another project are in localhost. Can any 1 have an answer for this
Posted
Updated 2-Sep-15 23:28pm
v2
Comments
F-ES Sitecore 3-Sep-15 6:34am    
They must be running on different ports if they are on localhost (localhost:1234 and localhost:5678 for example), so include the host in the reference url and it'll be incorporated into your calling code.

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