views:

21

answers:

0

I have a web application project and a web service project in the same solution, and I want to be able to use Javascript (jquery) to make calls back to the web services. How can I do this in a way that wont require me to change the code for production, since it debugs on a different port so I can't just use a normal path to it.

Thoughts? Ideas? Surely somebody else has solved this problem.

I don't want to debug with IIS. Hopefully that's not the only way.