asmx
ASMX Web Service slow first request
I have a bunch of .NET Webservices running in one IIS Application. These webservices are consumed by another IIS Application (frontend). The first call is pretty slow, about 5 to 10 seconds. After tha[详细]
2023-03-30 16:16 分类:问答Using existing business logic in a webservice
I have a very simple method GetMembers() in a class MemberCollection which inherits from list, this method returns a list of members straight from the sele开发者_JS百科cted database and currently sits[详细]
2023-03-30 05:43 分类:问答Getting CS1502: The best overloaded method match for <some_method> has some invalid arguments
I currently have the following code: <%@ WebService Language=\"C#\" Class=\"Notifications\" %> using System;[详细]
2023-03-26 00:38 分类:问答Problems converting VB.NET to C#
I am trying to convert some vb.net to C#, but I keep getting errors.At the moment, I am getting the following error:[详细]
2023-03-26 00:36 分类:问答Request.ServerVariables from a webservice (asmx)
On my serverside pages (intranet environment),开发者_StackOverflow中文版 I use the following code to find out which user is using the page:[详细]
2023-03-25 16:11 分类:问答read in image from SharePoint 2007 custom list & display @ Silverlight 2.0 control,
How may I read in images & display them on my Silverlight 2.0 control when my output is the following? (i\'m currently using lists.asmx)[详细]
2023-03-25 08:24 分类:问答Best way to pass collections of data from C# to a jQuery?
This is a Asp.net 3.5 Web Application I have a variety of data collections, like \"Featured Blogs\", \"Event List\", \"Top Events\" etc. About 5-10 in total.[详细]
2023-03-25 05:15 分类:问答Is it possible to implement Forever-Response in ASP.Net Webservice WebMethod?
As defined in the Bayeux specification, Bayeux transports can use the streaming technique (also called the forever response) that allows multiple messages to be sent within the sam开发者_如何学Ce HTTP[详细]
2023-03-24 18:37 分类:问答How to call an ASMX webservice asynchronously from classic ASP?
Is anyone aware of whether this is possible? I want to c开发者_如何学Call a webservice asynchronously (fire and forget) from classic ASP?Its a little different, but I recently had another system tha[详细]
2023-03-23 08:42 分类:问答jQuery AJAX request to Controller or Service as Proxy?
I have seen approaches of AJAX requests to Controllers or Services (.asmx, .svc) that act as proxies to make calls out to Web Services on other domains.[详细]
2023-03-23 07:06 分类:问答