Session serialization error when sessionState mode is not "InProc"
Fri, 29 Aug 2008 07:43:01 -0700
- Create a new webservice project with a webmethod that has enabled sessions
(WebMethod(EnableSession=true) attribute).
- Set the sessionState mode to any mode other than "InProc".
- Run the project (either in IIS or the Development server)
- Call the webmethod
The request will fail with the following except ...
|
Problem while consuming service
Thu, 28 Aug 2008 23:18:06 GMT
Hi,
Thanks in advance !!!
I have a webservice give by other dept. when i invoke a webmethod with
direct asmx url it give the out put properly.
when i consume the same service to my client application it throws me the
below error .
Stack Trace:
The XML page cannot be displayed
Cannot ...
|
Local file paths showing in stack traces
Wed, 27 Aug 2008 15:33:44 -0700 (PDT)
This is not exactly a show-stopper but I am concerned about it. I was
hoping someone could shed some light on it.
I have a web service that I've been programming on my local machine
using Visual Studio 2008 for a while. Whenever it's ready for
deployment I simply upload it to a web server using the Publish too ...
|
Slow Accessing Webservice Remotely
Wed, 27 Aug 2008 09:07:12 -0700 (PDT)
Hi
I have a simple web service written in C# and served through IIS. When
I am repeatedly calling one of the WebMethods, either from the local
machine or on the local network, the server can process about 400
requests a second. As soon as the web service is accessed from the
outside world the figures drop dra ...
|
writing to Application event log
Wed, 27 Aug 2008 06:48:01 -0700
I have written a web service in VB.Net 3. I want to record any exceptions
generated in the Application event log.
For a Windows app, you can use the My.Application.Log.WriteException(ex) and
uncomment a couple of lines in the app.config file.
I can't work out how to do it in a webservice.
Can anyone hel ...
|
Web services and Proxy
Wed, 27 Aug 2008 15:08:12 +0800
Dear all,
Is the following correct?
(1) web services can be accessed by outsider or in the intranet
applications.
(2) asynchronous web services, like proxy on allocating resources?
What is the similarity and difference between asynchronous web services and
proxy server? It may be difficult to express my ...
|
Web method calls sproc that returns output parameter
Fri, 22 Aug 2008 15:03:00 -0700
Web method calls sproc that returns output parameter
how do I code this?
I am a complete beginner to .NET and web services. Here is code:
[WebMethod, Description("Run Monthly Payment Summary Report")]
public DataSet MonthlyPaymentSummary(string AsOfDate, out string
ErrorId)
{
...
|
|
|
Accessing generic methods throug a proxy object
Thu, 21 Aug 2008 18:18:01 -0700
Hello,
I have a class defination for Location which can have multiple keywords. The
keyword class has one Public property LocKeyword.
For simplicity i have remove all the other properties.
Public Class Loc
Inherits basecore
Private _keywords As List(Of LocKeyword)
Public Pr ...
|
The underlying connection was closed: An unexpected error occurred on a receive.
Wed, 20 Aug 2008 16:14:26 +0100
We have a website running on iis 6.0. .net framework 2.0
It has 2 c# webservices running. One webservice calls the other webservice.
Once in a while I get the error
'The underlying connection was closed: An unexpected error occured on a
receive"
Any ideas please?
Stack Trace as follows
StackTrace a ...
|
how to use web services?
Tue, 19 Aug 2008 23:53:00 -0700
how to host our web service application on the IIS. ...
|