Response.Write debugging gone!? :(

ptmchatbox

New Member
Hey - I have .NET framework installed on my server... This server also has .asp pages on it... Now when I need to response.write out debug info on variables all the web server shoots out is the ERROR page. Saying it can't display the current page... It gives out the error number and description ofcourse, but none of my response.write's... what to do!?Are you using VB or C#? Response.Write still works in ASP.NET.All I had to do was put in response.buffer = false... and it would output my debug info. hmpf.<BR><BR>
 
Back
Top