Enable debugging access for my website

Set debug to true in Web.config file.


<compilation debug="true" strict="false" explicit="true">

</compilation>