Hi @TheRocket786
Check whether you have debug="true" in your web.config
Check whether you have debug="true" in your web.config
<configuration>
<system.web>
<compilation debug="true" ..>
When it is "false", asp.net compiles the files in "Release" mode, and no symbols are loaded.