Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where does Console.WriteLine show up in ASP.net app?

Status
Not open for further replies.

DougP

MIS
Dec 13, 1999
5,985
US
I have used debug.print in VB and VBA to help troubleshoot
for years.

Console.WriteLine is doing something right? but where?
do I need to turn something on?


DougP, MCP, A+
 
Console.Write is used for a VB.NET Windows Application. You can use Response.Write to write to a page when testing.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top