Re: Deployment Problems

  •  03-05-2009, 11:58 AM

    Re: Deployment Problems

    Hi,
     
    because the tag is registered in the web.config.
     
    so when you use your own web.config , you need specify this line at the beginning of page code :
     
    <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>
     
    Regards,
    Terry
     
View Complete Thread