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??
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.
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??
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.
is working on a reply...