I'm developing and ASP.Net MVC 3 website.
I've to give an access on some function through a webservice.
- Is there a way to directly do this in Asp:net MVC 3 ? (e.g. with a special controler? where all my action would be an available action of the controller)
- If yes, is this recommend?
- Otherwise I will create a WCF service, but is this possible and/or recommanded to host it in an Asp.Net MVC application? I need to have the webservice accessible on the same domain/port than the main website. How can I do this?
Thank you very much