Can I set the Web.config <forms> element timeout value progmatically?
Date: Tue, 27 Jul 2004 16:20:39 -0400
I am using Windows Forms authentication in my ASP.NET app.
In Web.Config, I would like to set the timeout value in the <forms> element
in C# code if possible. Does anyone know if this can be done and how to do
it?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Relevant Pages
- RE: Beginners Questions
... We do use Windows form on the presentation layer which is on ... terminal server and call web services on the business logic side. ... of using "proxy" authentication on SQL Server. ... > I have written an app with a Windows Forms UI that is deployed to clients ... (microsoft.public.dotnet.distributed_apps) - Re: Multiple App Authentication
... these are web app users and they are not part of any domain nor do we ... authentication - or at least authentication by UID/PWD. ... Assuming this is on an office windows network, ... Active Directory only verifies the identity of the user; ... (microsoft.public.dotnet.framework.aspnet) - Re: Web Services Authentication
... I am working on a Windows Forms app also and am consuming Web Services I ... wrote and host in ASP.NET, however, I use Windows Integrated authentication. ... (microsoft.public.dotnet.framework.webservices) - Re: supporting multiple authentication methods
... >i was going to use two nested web configs with differnet authentication ... >instead im about to have two separate web apps, one windows one forms. ... >the windows one (on successful login) server.transfers you to the other ... >app then receives this instruction and sets your forms ticket. ... (microsoft.public.dotnet.framework.aspnet) - Re: ADSI Authentication
... for example of AD authentication ... > the user to our Windows NT domain via Active Directory. ... > This is my first ADSI app and I am completely green. ... > seem to reference LDAP as the provider. ... (microsoft.public.dotnet.framework.aspnet.security) |
|