I want to set compilation debug="false" to get release mode dll's compiled on the fly from aspx files.
However, I still want line numbers and such on errors as you find when you compile a DLL project with pdbonly set.
If you're looking to do that, you can find a great answer on this question: http://stackoverflow.com/questions/628565/display-lines-number-in-stack-trace-for-net-assembly-in-release-mode
Any ideas?