When I started a website that referenced the AjaxPro.2 test today, it was okay but failed on IIS 7.0: the report could not be found (The namespace of AjaxPro, j is the namespace defined by myself)
Finally, I suspected it was the cause of IIS 7. Then open web. config to check whether it was the cause. The above prompt is:
<! --
To run ASP. net ajax in Internet Information Service 7.0, system. webServer is required.
Section. This section is not required for earlier versions of IIS.
-->
Then, write the "Registration" (just adding a name value) that referenced AjaxPro in web. config at the system. webServer node:
Under the
<! -- ======================== AjaxPro =========== IIS 7 exclusive node ============ -->
<Add name = "GaGa_gagahjt" verb = "*" path = "*. ashx" type = "AjaxPro. AjaxHandlerFactory, AjaxPro.2"/>
<! -- =========== AjaxPro ========= register AjaxPro.2 or else it fails on iis 7 ============ ===-->
I hope to help you. I wish you a pleasant job!