How to set webservices ttlInSeconds through vb.net code

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

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
 
Do you also need to set the value in the web.config file of the ASP.Net
application hosting the web service?
 
Back
Top