Add the following content to the system. Web Section in Web. config:Code:
< Httphandlers >
< Remove verb = " * " Path = " *. Asmx " />
< Add verb = " * " Path = " *. Asmx " Validate = " False " Type = " System. Web. Script. Services. scripthandlerfactory, system. Web. Extensions, version = 1.0.61025.0, culture = neutral, publickeytoken = 31bf3856ad364e35 " />
< Add verb = " * " Path = " * _ Appservice. axd " Validate = " False " Type = " System. Web. Script. Services. scripthandlerfactory, system. Web. Extensions, version = 1.0.61025.0, culture = neutral, publickeytoken = 31bf3856ad364e35 " />
< Add verb = " Get, head " Path = " Scriptresource. axd " Type = " System. Web. Handlers. scriptresourcehandler, system. Web. Extensions, version = 1.0.61025.0, culture = neutral, publickeytoken = 31bf3856ad364e35 " Validate = " False " />
</ Httphandlers >