Link to home
Start Free TrialLog in
Avatar of Kin Fat SZE
Kin Fat SZEFlag for Hong Kong

asked on

Whats the easy way to debug asp.net

Hi,

How could I debuging on asp.net pages that not running of iis server directly.
a way to make alert LIKE window.alert("sometext");

Thanks
Avatar of quizwedge
quizwedge
Flag of United States of America image

Typically what I use in this situation is either printing values of variables or "hey, I got here" messages to the screen or writing them to a file which I can manually check. Obviously, the second way is better in a production environment.
Avatar of Kin Fat SZE

ASKER

how?
ASKER CERTIFIED SOLUTION
Avatar of quizwedge
quizwedge
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
"hey, I got here" messages to the screen
Sometimes is not works well by Response.Write()