This is a migrated thread and some comments may be shown as answers.

WSP did not add HttpHandler

4 Answers 71 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Karl Mikesell
Top achievements
Rank 1
Karl Mikesell asked on 19 Aug 2011, 10:22 PM
      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2011.1.413.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" name="Telerik.Web.UI.WebResource" />

It would be nice to have.

4 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 22 Aug 2011, 01:00 PM
Hello,

Thank you for the suggestion. Unfortunately, there is no way to register a http handler through the WSP manifest. We can only add the <SafeControl> elements automatically from the WSP. Everything else that might be required (http handlers, binding redirects, etc.) will need to be manually added to the Web.config file on each web front-end server in the SP farm. This is a limitation of the WSP format. I apologize for the inconvenience.

All the best,
Lini
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Karl Mikesell
Top achievements
Rank 1
answered on 22 Aug 2011, 07:42 PM
Consider using:  SPWebConfigModification Class in your FeatureReceiver.

This would be most helpful.
0
Accepted
Lini
Telerik team
answered on 23 Aug 2011, 03:03 PM
Hello,

I don't think we have feature receivers in our solution at the moment, but I will pass the information down to our dev team and we'll try to add them in the next WSP release.

Regards,
Lini
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Karl Mikesell
Top achievements
Rank 1
answered on 31 Aug 2011, 10:29 PM
Another option would be to create WebResource.ashx file, and deploy into the ISAPI folder.

Then use the HttpHandlerUrl Property = /_vti_bin/WebResources.ashx, this will work for your handlers, not the HttpModules.

More ideas, on creating a more complete solution package.



Tags
Sharepoint Integration
Asked by
Karl Mikesell
Top achievements
Rank 1
Answers by
Lini
Telerik team
Karl Mikesell
Top achievements
Rank 1
Share this question
or