Hi
When i set my project to start app using Visual Studio Development server (Cassini:Port) my JQuery posts properly to the following URL
"SomeController/SomeMethod".
When i use localhost to run with the following URLS, it does not work
"http://localhost/Store/SomeController/SomeMethod" or "SomeController/SomeMethod".
Any one facing this kind of issue?
Thanks Joe