Sunday, March 11, 2012

1.0.61025.0 : ASP.NET AJAX 1.0 Beta 2 version WebService Error

hello.

make sure you add the ScriptServiceAttribute to your web service class.


it wokred you must put this

in the WebServise.cs

using

Microsoft.Web.Script.Services;

[WebService(Namespace =http://tempuri.org/)]

[WebServiceBinding(ConformsTo =WsiProfiles.BasicProfile1_1)]

[ScriptService]

thank you

No comments:

Post a Comment