asp.net - Can Ajax be supported on Sharepoint 2007. Unknown Server tag 'asp:ScriptManager' -
I am trying to use Ajax on SharePoint 2007. I am using webpage templates in Visual Studio 2008. Here I am building Copying the pure solution and aspx pages in my SharePoint webpage and copying Dell from my local to the Bin folder of the SharePoint Web application at the same time I have also copied the AZ Toolkit to the same bin folder where I copied the project DLL did.
I am using a simple calendar booster control and tying it in a text box. When I run it on my local machine, I am able to take it out. But the problem occurs when I'm deploying the same code on the SharePoint web application
I have gone through a lot of blogs and forums that I have seen that the webpage of SharePoint Web Application The config file has been edited and some have been suggested to install Sherpole Service Pack 1.
Error below when I am implementing my code on SharePoint Server.
"unknown server tag 'asp: ScriptManager'"
Do I sharepoint Can work on AJAX work on server 2007.
Thank you in advance
To enable AJAX on SharePoint 2007, The .config changes need to be created
Comments
Post a Comment