Azure Web service on same domain as web page
Posted
by Inge Henriksen
on Stack Overflow
See other posts from Stack Overflow
or by Inge Henriksen
Published on 2010-06-03T21:31:35Z
Indexed on
2010/06/03
21:34 UTC
Read the original article
Hit count: 327
web-services
|Azure
I have a JSON web service that I want to run on the same domain as my Web page. Both are to be used in Azure. They need to be on the same domain because since Im doing a JSON call, JSONP is not an option atm.
I was thinking that my web would have the address http://example.cloudapp.net/, and my Web Service should have the address http://example.cloudapp.net/webservice/
© Stack Overflow or respective owner