Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

  •  07-24-2012, 9:09 AM

    Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

    Hi ssjganesh,
     
    Can't access your page directly.  Can you create a simple page with the code below and put the page to the root of your site? So I can test it.
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7. </head>  
    8.   
    9. <script runat="server">  
    10.     
    11. </script>  
    12.   
    13. <body>  
    14.     <form id="Form1" runat="server">  
    15.         <CuteWebUI:UploadAttachments ID="uploader1" runat="server">  
    16.         </CuteWebUI:UploadAttachments>  
    17.     </form>  
    18. </body>  
    19. </html>  
    Regards,
     
    Ken 
View Complete Thread