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?
Asked
Active
Viewed 460 times
1 Answers
0
Is this a web application? Is so, did you changed the web.config debug="True" attribute to debug="False"?

Tommy
- 39,592
- 10
- 90
- 121
-
My first thought was the same. I heve eevn tried deleting the debug attrib but no luck. – MSIL Jul 17 '09 at 11:42