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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top