web.config for asp ajax

Discussion in 'ASP.NET / ASP.NET Core' started by tinker, Aug 20, 2009.

  1. My shared hosting account keeps throwing errors if the web.config includes <httpHandlers> and/or <httpModules>, but I need then to enable the AjaxControlToolkit (?).

    Does anyone have a sample web.config file that works with the Ajax toolkit and DASP shared hosting account?

    Thanks,

    Tinker
     
  2. Hi,
    I've uploaded a valid web.config and the AjaxControlToolkit.dll for it.
    http://www.msftwise.com/code/webconfigWisemx.zip
    The DLL goes in your root /bin/ folder.
    This web.config has additional settings for IIS7 that are not needed for IIS6.
    All the best,
    Mark
     
  3. Bless you Mark, after adjustments, it worked just fine. My original was short one little section, but you know how prickly these darned configuration files can get.

    I'm not as smart on Thursdays as I claim to be the rest of the time. :eek:)

    Tinker
     
  4. ...Good job.
    (Thanks for posting your success.)
     

Share This Page