Hi Jesse,
We are not sure what could be the problem. But it looks like the request to the Web Site is not handled by our Cms HttpModule. Please make sure that it is declared in the web.config.
If your site is configured with
integrated pipe-line mode on IIS 7, it should be set in the
system.webServer section:
<system.webServer> |
<modules> |
<add name="Cms" type="Telerik.Cms.Web.CmsHttpModule, Telerik.Cms"/> |
|
otherwise, check the
system.web section:
<system.web> |
<httpModules> |
<add name="Cms" type="Telerik.Cms.Web.CmsHttpModule, Telerik.Cms"/> |
|
Actually the cms module declariation is set in the both places by default.
If you send us your project web.config file, we could investigate it for you.
All the best,
Vlad
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.