Console in a ASP.Net application

C

Cherno

Hi:

Anybody knows if there is a way to see the console in a ASP.Net page (or a way to redirect the console to a file)

I want to write some info on an error to the console, but i can't see it later.

I'm doing this:

try
{
//something here
}
catch(Exception e)
{
Console.WriteLine(e.Message);
Console.WriteLine(e.StackTrace);
}


thanks

Cherno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,610
Members
45,254
Latest member
Top Crypto TwitterChannel

Latest Threads

Top