I'm using MVC 2 RAD components, but i'm having some troubles rendering the Grid, the columns and cells actually appear collapsed and i need to resize them manually for view it fine.
I have a IIS 6 on a Windows 2003 Server
using ASP.NET MVC 2 and Telerik MVC 2
On my development machine works fine, but on the production server doesn't
My development machine is on
Windows 7 professional with IIS 7
Please let me know about the possible issue.
Best regards
7 Answers, 1 is accepted
Are you using script or CSS combination? Probably the asset.axd HTTP handler is not properly registered. Check this help article for further instructions.
Regards,Atanas Korchev
the Telerik team
I put un web.config file the next code:
<add verb="GET,HEAD" path="asset.axd" validate="false" type="Telerik.Web.Mvc.WebAssetHttpHandler, Telerik.Web.Mvc"/>would be necessary something else?
I'm using the
Html.Telerik().ScriptRegistrar().Render() please help.
Regards
You can check if the resources are served correctly by using tools like Fiddler or FireBug. Also you should verify that the .axd extension is registered to be handled by IIS6.
All the best,Rosen
the Telerik team
I was looking for asset.axd file and there is no exist, please tell me how can i create it or find an example.
It seems to be the problem, because all other is just fine, th css and js files are already available.
Thanks
There should be no physical asset.axd file in your project. This file is located in the Telerik.Web.Mvc extension assembly and in order to use it, it should be registered as shown in the help article mentioned by my colleague Atanas.
Also, did you managed to check the http requests using the suggested tools from my previous message?
Rosen
the Telerik team
I have already registered on web.config.
Any idea?
Could you please send us a small runnable project in which the behavior can be observed locally?
Regards,Rosen
the Telerik team