Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > xmlhttppanel request does not complete if inexact url?

Not answered xmlhttppanel request does not complete if inexact url?

Feed from this thread
  • Leland avatar

    Posted on May 13, 2011 (permalink)

    I am having some issues with a page where I am using the xmlhttppanel...

    It is my default homepage - ie,  www.somewebsite.com -> www.somewebsite.com/Default.aspx

    however, unless i put in the url manually, and it includes the "Default.aspx", the XHR never completes?

    it only happens with the website deployed on IIS - on my local it works fine.

    can you guys supply me with any places to start diagnosing the issue?  help appreciated.  thanks.


    EDIT:

    I have determined that the error was a result of the IIS extension mapping for a directory not accepting a "POST" verb...

    however i am not sure how to map an extension...  of a folder...

    for now I have just set up a redirect, but if anyone has an alternate solution, please let me know.  thanks.

    Reply

  • Pero Pero admin's avatar

    Posted on May 17, 2011 (permalink)

    Hello Leland,

    I believe the following article from Microsoft might be of help: handler mappings.

    Best wishes,
    Pero
    the Telerik team

    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > xmlhttppanel request does not complete if inexact url?