views:

120

answers:

1

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
My first thought was the same. I heve eevn tried deleting the debug attrib but no luck.
MSIL
Did you ever find a solution for this?
Ek0nomik