Posted
on Feb 23, 2010
(permalink)
Hello,
I decided to play with the Q1 2010 beta in .NET 4.0. I added the assembly from Bin40 and then ran the "configure Telerik Web Application" menu option from within Visual Studio. After I did that, I realized that my web resources were not being sent to the browser. After checking the web.config file, I saw that it added preCondition="integratedMode,runtimeVersion2.0" to the handlers in <system.webserver>. Since my site is configure to run under 4.0, this was causing the handlers to not run. I easily switched the handlers to runtimeVersion4.0 instead, but i thought this was odd. I'm running the site in IIS instead of the development web server, and using the application pool that .NET 4.0 adds for targeting 4.0 and integrated mode.
-Chris