Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jakob Jensen 23 posts 43 karma points
    Feb 02, 2011 @ 13:18
    Jakob Jensen
    0

    Reload Web Handler file

    i have used uploadify.ashx for one projeckt(a usercontrol) now i need to build a new DataType that also use uploadify.ashx. but now my uploads fail with http error:500 if i use the data type on a clean Umbraco it works, but not if i use it on the umbraco where the usercontrol was used(the dll and the usercontrol is deletet from the site)

    i have forced umbraco too reload DLL files by tuching the web.config but it still don't work??

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Feb 02, 2011 @ 19:16
    Sebastiaan Janssen
    0

    You might need to remove the handler from the web.config first, also make sure to add a remove node before the add node (<remove name="YourHandlerName"/>). By the way, look in the system.web AND the system.webServer section.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies