Somtimes I get "Mutable Security Token..." exception



Hi
We have a Webservice where we use Wse 2.0 to require password and
encryption.
I haven't made the service myself so I don't have all the inside
information.
Sometimes (last thursday and then again today) we get a "Mutable
Security Token has to be added into the tokens collection" exception.
We use the service quite often in our application so it works between
those times.
We get two exceptions of the type above and after that every try to
communicate with the webservice times out.
From what I can tell its the Web that hangs NOT the webservice, the
webservice continues to work.
The solution to this problem has been to restart the application pool,
wich as you understand isn't really a good solution =)

Has anyone a simulair problem, have you solved it and how?
Could it be due to som kind of performance issue?
The strange thing is that it is the web application that fails not the
application where the service resides.

Hope some one can help me

Regards
/Jimmy

.



Relevant Pages

  • Re: How to force the program to continue after unhandled exception detection
    ... The webservice is pretty much used by the client app. ... I understand that the handler ... potential exception could be itself a design problem leading at least ... private void button1_Click{ ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Code design ideas?
    ... I implemented the following pattern in my webservice. ... Usually it is the Message of the Exception. ... severity levels: warning and error. ...
    (microsoft.public.dotnet.languages.csharp)
  • How to trap System.Web.HttpException: Request timed out.?
    ... executionTimeout to 10 secs in Web.Config where my WebService is ... Exception Details: System.Web.HttpException: Request timed out. ... An unhandled exception was generated during the execution of the ... I tried to trap the error on Application_Error function of Global.asax ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to trap System.Web.HttpException: Request timed out.?
    ... executionTimeout to 10 secs in Web.Config where my WebService is ... Exception Details: System.Web.HttpException: Request timed out. ... An unhandled exception was generated during the execution of the ... I tried to trap the error on Application_Error function of Global.asax ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Underlying connection was closed
    ... Find following my complete exception and stack trace. ... I have written a simple HelloWorld Webservice ... Int32 msg, IntPtr wparam, IntPtr lparam) ...
    (microsoft.public.dotnet.framework.webservices)