I need to show information in the console in the browser the classic console.log
of JavaScript, but I would like to do this in the browser with .Net and not in the output of Visual Studio because I believe that Azure is preventing the execution of some methods of an application and as a quick solution I thought of inserting within the methods. I do not know if it is possible, or if it is the best option but it is a quick response.
MVC4 application, I use Firebug in browser .