I have a program and it works well with debug="true" in web.config. When i want to get the good version i put debug="false". When i open 2 (or 3 or 4, it's aleatory) selection window (pop windows) i have a timeout error.
I have read if debug is true property is not taken into account. But i have set this value to "900" and the error persist.
Another way to get the error?
I'm with vista and IIS7.
*Edited: I have changed the pipeline to classic instead of integrated and it works well. Any reason?