Ok we all know we should change debug mode to false in our web config when it is time to upload the site to the server; and guess what, we might forget it right ?
I just learnt the easiest way :) of disabling debug to false in the web server. Go to machine.config file in the web server, find system.web section and add <deployment retail="true"/>
is that it or what :)