Hi all,
Is there a way to check what is the error for not displaying the code correctly while practising it in a website? Just like when the s/c is compiled in the vs editor.
I tried using trace.axd but i found it less helpful. when i wanted to make connections to the database and when there is something wrong in the connection it simply shows custom error page or runtime error page and no detailed errors.
i tried try{} catch {} blocks also but i didnt find my errors listed in.
Is there some way where we can see detailed error (just like VisualStudio compiler shows) in a website? Or is their some method to see errors??? Please let me know