I developed a Solution in VS2005 for an ASP.net application which also has some class library projects that the ASP.Net project references. I have changed the Build Configuration of the solution to release but strangely, the ASP.net build config remains Debug whatever I do. This is weird as I see no reason why MS should have done that. Is it something else I could not thiink of?
A:
Is this a web application? Is so, did you changed the web.config debug="True" attribute to debug="False"?
Tommy
2009-07-14 11:36:04
My first thought was the same. I heve eevn tried deleting the debug attrib but no luck.
MSIL
2009-07-17 11:42:46
Did you ever find a solution for this?
Ek0nomik
2010-09-07 14:16:47