An ASP.Net application I work with is built on a build server in release mode, and then deployed to IIS.
However, in it's web.config file on the servers where it is running, it says
<compilation debug="true" .../>
Does that have any effect on how the application is being run or how it performs? My guess would be that the web.config setting only applies to server side compilations - but I don't actually know.