ASP.NET Calling webmethods inside an webservice - Internal Server Error
问题 I have an web service named AEWService.asmx with the following code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace editor { [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. [System.Web.Script.Services