PDA

View Full Version : web.config for asp ajax


tinker
08-20-2009, 01:53 AM
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

wisemx
08-20-2009, 05:08 AM
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

tinker
08-20-2009, 05:38 AM
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. :o)

Tinker

wisemx
08-20-2009, 07:07 AM
...Good job.
(Thanks for posting your success.)