I have some javascript files and an html file. The do some stuff, and I'd like to make an ajax call (using jQuery's $.post() method) to a server to get some info, and then do some more stuff. Do I need to set up some sort of scaffolding before I can do this? I have a .cs file now, can I just run that with VC# and have it respond to the requests? I'm not sure where to begin. I've looked a little for tutorials... but the ones on microsoft.com are old; Thanks!
23890123890
Update: I believe this is ASP.NET MVC