For my MVC application I have been using ajax calls to the Contoller to call databse stored procedures. My MVC appliation also uses a simple html file which I want to add an ajax call to. Is it possible and How can I do this without a Controller class?
Thanks