I need to reset ttlInseconds in my project.
I don't have big ideas how to do it. Only thing I changed it is in
app.config, but it doesn't seems to working.
App.Config
<microsoft.web.services3>
<tokenIssuer>
<ttlInSeconds value="3600" />
</tokenIssuer>
</microsoft.web.services3>
We are using framework2.
Can anybody help me setting this.
I'll appreciate it very much.
Thanks, Tim
Bryan Phillips - 13 Mar 2007 01:33 GMT
Do you also need to set the value in the web.config file of the ASP.Net
application hosting the web service?
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I need to reset ttlInseconds in my project.
> I don't have big ideas how to do it. Only thing I changed it is in
[quoted text clipped - 13 lines]
> I'll appreciate it very much.
> Thanks, Tim