Hello everyone, I ran into one issue today with Ajax Extension timer control. I used the timer control to redirect to a new page and everything is working fine if my debug mode is true. but for some reasons when I changed my debug mode to false, it doesn't redirect me anymore. 
I inspected the page using google chrome and when mode is true, it doesn't throw error however, when the mode is false, I got this error http://screencast.com/t/eNsLYZcf6ppu. Can this be the reason? 
Just a side note, I used web optimization and minifier to optimize my site performance. So when the debug mode is false, it would combine all the budles. I am not sure this can be the reason. 
Thanks

Go to the complete details ...