Hi guys (and girls),
I have been scouring the net for a solution to a problem some colleagues of mine have been having but have been unsuccessful in finding an answer.
Problem : Our default browser here is IE 6.0 and our Web Server is running IIS 6.0 and we are having all sorts of issues with CSS (which we currently did not have using IE 6.0 and VS 2010) so we have decided to see if we have the same problems running on IIS 7.0. Now here is the problem, I cannot get any of the RAD controls to actually render onto the page? Now I have read posts saying that the app pool should run in classic or you can add a handler to the <system.webServer> section of the web.config file but neither have made any change.
Initially I had a bit of trouble getting classic to work due to the ISAPI and CGI http Handlers not being enabled but I think I managed to sort that out.
Any help on the issue would be much appreciated.
Thanks in advance,
Matthew Burhop
I have been scouring the net for a solution to a problem some colleagues of mine have been having but have been unsuccessful in finding an answer.
Problem : Our default browser here is IE 6.0 and our Web Server is running IIS 6.0 and we are having all sorts of issues with CSS (which we currently did not have using IE 6.0 and VS 2010) so we have decided to see if we have the same problems running on IIS 7.0. Now here is the problem, I cannot get any of the RAD controls to actually render onto the page? Now I have read posts saying that the app pool should run in classic or you can add a handler to the <system.webServer> section of the web.config file but neither have made any change.
<
add
name
=
"Telerik_Web_UI_WebResource_axd"
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource"
verb
=
"*"
preCondition
=
"integratedMode,runtimeVersionv2.0"
/>
Initially I had a bit of trouble getting classic to work due to the ISAPI and CGI http Handlers not being enabled but I think I managed to sort that out.
Any help on the issue would be much appreciated.
Thanks in advance,
Matthew Burhop