Live Chat Icon For mobile
Live Chat Icon

How to see the Message in the Output window using ASP.NET?

Platform: ASP.NET| Category: Error Handling

VB.NET


System.Diagnostics.Trace.Write('Your message')

C#


System.Diagnostics.Trace.Write('Your message');

Share with