To overcome the “Error downloading resources ‘ISCoverFlow.axd?url=…'” at page that contains WebCoverFlow

It’s been a long time since I created a blog. It’s been a busy week for me, because we have just do exhibition at Windows 2008 Server launch. Ok, it’s enough for my story. At this section I want to share how to overcome the trouble just like the title. Usually this error happens at the first time you want to run the page that contains WebCoverFlow. The error happens because .axd definition was accidentally excluded in the web.config. 

Actually it’s quite simple, you just need to open the web.config, and put the following in the <httpHandlers> section :

      <add path=”ISCoverFlow.axd” verb=”GET” type=”ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowRequestHandler, ISNet.WebUI.Silverlight.WebAqua” validate=”true”/>

Well it’s enough for today. Hopefully I will have more time to share tips about our controls. Don’t forget with Intersoft Solution you will have a better web experience. ^_^

Cheers,

Gordon Tumewu

Leave a Reply