I have a website that was built in VB.Net using ASP.NET web forms, now I want to add a Web Api to it and using c#, is it possible? If so how to do it.
I did tried it and getting the message
"No type was found that matches the controller named 'get' "
, so I suspect it may not be possible to mixing languages on Web Api's, but want to confirm.