Below are the links I followed in order to resolve
the mistery of the error
"UNKNOWN SERVER TAG" - related to asp:ScriptManager
http://localhost/TestWeb/SimpleWebService.aspx
Server Error in '/TestWeb' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag 'asp:ScriptManager'.
Source Error:
Line 42: form id="Form1" runat="server" |
Professional ASP.NET 2.0 AJAX ISBN: 978-0-470-10962-5 Paperback 336 pages June 2007 |
Professional-ASP-NET-2-0-AJAX - source code DOWNLOAD
I took the Web.Config from the chapter 4 ( or 5 ? ) and everything was OK ,
problem solved !
~ ~ ~
Ajaxed Part II. Server Side AJAX
http://thejoyofcode.com/Ajaxed_Part_II._Server_Side_AJAX.aspx
How to set path to the scriptreference in ScriptManager
http://www.dotnetspider.com/forum/145097-how-set-path-scriptreference-ScriptManager.aspx
http://www.asp.net/ajax/videos/how-do-i-make-client-side-network-callbacks-with-aspnet-ajax
How To Consume Web Services Using AJAX and ASP.NET 3.5
http://visualstudiomagazine.com/articles/2007/09/01/consuming-remote-web-services-with-aspnet-ajax.aspx
A beginner’s guide for consuming a WCF service in JavaScript using ASP.NET AJAX
Using the ScriptManager
Calling Web Services from Client Script
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.aspxMicrosoftAjax.js ,
ScriptPath , ScriptManagerhttp://july-code.blogspot.com/2008/07/how-to-call-remote-web-services-from.html
No comments:
Post a Comment