0
I need to demonstrate information on browser the classic console.log
Javascript, only that I would like to do this on browser with . Net and not on output Visual Studio because I believe that Azure is preventing the execution of some methods of an application and as a quick solution I thought to insert within the methods. I don’t know if it’s possible, or if it’s the best option.
MVC4 application, I use Firebug on browser.
Take a look at the documentation of troubleshooting in webapps. It has to activate several logs, trackings. It has as you debug remotely.
– Thiago Lunardi
What @Thiagolunardi said might be a good one. But a nut solution could be using Signalr, it will allow you to send real-time messages to the customer that can be handled the way you want through Javascript, then you display them on the console.
– Zignd
Did the answer solve the problem? Do you think you can accept one of them? See [tour] how to do this. You’d be helping the community by identifying the best solution. You can only accept one of them, but you can vote for anything on the entire site.
– Maniero