[quoted text, click to view] Lucien wrote:
> See <limits> in doc. By default there's a limit on number of tokens in a
> message. To override this change config. Example from doc:
>
> <microsoft.web.services2>
> <security>
> <limits
> maxSignedItems="10"
> maxEncryptedItems="4"
> maxTokens="2" />
> </security>
> </microsoft.web.services2>
>
>
> "schneider" <abd@123.com> wrote in message
> news:OoKf7Y0cEHA.2812@tk2msftngp13.phx.gbl...
>
>>Anyone know whats causing this, and how to fix it?
>>
>>Hey MS What good is an error code if you can't find out what it means or
>>how to deal with it?
>>
>>Thanks,
>>
>>Schneider
>>
>>
>>Microsoft.Web.Services2.Security.SecurityFault: The security token could
>>not be authenticated or authorized ---> System.Exception: WSE574: The
>>maxTokens configuration limit was exceeded. --- End of inner exception
>>stack trace --- at
>>Microsoft.Web.Services2.Security.Security.LoadXml(XmlElement element) at
>>
>
> Microsoft.Web.Services2.Security.SecurityInputFilter.ProcessMessage(SoapEnve
> lope
>
>>envelope) at
>>Microsoft.Web.Services2.Pipeline.ProcessInputMessage(SoapEnvelope
>>envelope) at
>>
>
> Microsoft.Web.Services2.WebServicesExtension.BeforeDeserializeServer(SoapSer
> verMessage
>
>>message)
>>Description: An unhandled exception occurred during the execution of the
>>current web request. Please review the stack trace for more information
>>about the error and where it originated in the code.
>
>
>
Ok, I can set this to -1 and it's ignored.
But if this does happen I must restart IIS, what good is that? Shouldn't
it just ignore the IP request?
I tried to acess the site from another machine and the site would Not
work....
Also the docs speak as if you set how many tokens can bi in the message,
yet I only have one. I am however loging in with the same user/pass
several time quickly while I develope.
Any clarification would help.....