I have a funny problem I haven't been able to track down. On my development machine at work I'll have something like:
$.getJSON('Action', ...
However when I'm at home, I'll need to use this to get it to work:
$.getJSON('Controller/Action',
Nothing else changes and everything runs fine except for this. Both machines are pretty much identical, Windows 7 running VS2008. I'm using ASP.NET MVC2 if that makes any difference, but I don't see how. Any ideas?