Hi All,
I have to maintain a web application that uses the Ajax Control Toolkit. When I compare the web.config file of this application with the recommanded configuration for applications which use the Ajax control toolkit, I notice that the following HttpModule is missing :
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
But my application works fine !!! My questions are :
What's the purpose of this HttpModule ?
Is it really required ? What problem can my application encounter if I don't add this declaration ?