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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top