Browse by Tags

Related Posts

  • custom httphandler throws UnhandledException only when a page uses ajax

    Hi, I have the following pagehandler in my website: 1 public void ProcessRequest(HttpContext context) 2 { 3 try 4 { 5 PageInformation pageInfo = new PageInformation(context.Request.FilePath, Settings.AdminPath); 6 IHttpHandler handler = null ; 7 context.Items.Add( "page" , pageInfo.FileName...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by J_S_NL on 04-11-2008, 12:00 AM
    Filed under: unhandledexception, ajax, httpHandler, ihttphandler
  • .Axd URLs not using ASP.NET 2.0 Authentication?

    We have developed an ASP.NET 2.0 application that uses MS AJAX, has controls that use WebResources.axd, and has a custom HttpHandler. This application works fine locally or on a server on our network. However, when I publish it to our client's server, all calls to WebResources.axd, AJAX's *.axd, and...
    Posted to Security (Forum) by boatboy on 03-21-2007, 12:00 AM
    Filed under: security, ajax, HttpHandler, HttpModule, .axd
Page 1 of 1 (2 items)