Hi!
Now I have the timeToleranceInSeconds setting in the config file, but I have
to do the setting in the code instead. Where do I find the setting in the
microsoft.Web.Services2-namespace?
<microsoft.web.services2>
<security>
<timeToleranceInSeconds>900</timeToleranceInSeconds>
</security>
</microsoft.web.services2>
/Benjamin
Pablo Cibraro - 17 Nov 2005 14:49 GMT
Hi Benjamin,
Unfortunately, that property is in an internal class.
(Microsoft.Web.Services2.Security.Configuration.SecurityConfiguration).
Therefore, you don't have access to it.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
> Hi!
>
[quoted text clipped - 10 lines]
>
> /Benjamin