C#: ASP.NET: Console.WriteLine not work ( use Debug.WriteLine )
Trabla:
C#: ASP.NET: Console.WriteLine not work
Solving:
In ASP.Net app during debug DO NOT use Console.WriteLine.
Use Debug.WriteLine instead.
System
.
Diagnostics
.
Debug.WriteLine
(
" Hooray!!! "
);
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment