all groups > asp.net security > april 2004 > threads for april 29 - 30, 2004
Filter by week: 1 2 3 4 5
Integrated windows authentication and NetworkCredential
Posted by sorpor at 4/30/2004 5:41:38 PM
Hi,
I have my asp.net webpage configured to use the integrated windows
authentication in IIS. I need to use NetworkCredential object to get access
to a webservice and I want to retrieve the authenticated user information to
create it so user doesn't have to re-enter password. How can I do that... more >>
Cookie Problems
Posted by Rossen Hristov at 4/30/2004 2:17:30 PM
Hello,
I have the following problem. I am building a ASP.NET application with Forms
Authentication.
Just for testing purposes I have set the Session timeout to 3 minutes:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source... more >>
ASP.NET and client certificates
Posted by Craig Humphrey at 4/30/2004 1:19:17 PM
Hi People,
I know in IIS Admin you can tick the box to request a client certificate
(over an SSL connection), but does anyone know of a way, programmatically,
to force this to happen for a particular page for a particular user?
Basically I've got a site that uses a common code base to run, h... more >>
testing SSL
Posted by A.M at 4/30/2004 11:03:48 AM
Hi,
I need to test our site before we publish our public website.
The problem is our site uses SSL and I can not test SSL before I use our
public www.OurCompany.com address.
and www.OurCompany.com is mapped to our public address.
We use internal IP/computer name during testing. Is there any... more >>
Please advise: ASP.Net and HTTPS
Posted by paulsmith5 NO[at]SPAM hotmail.com at 4/30/2004 10:28:34 AM
Hi,
I am beginning a new asp.net application that is to be hosted on a
https server. Are there any unique design issues I should be aware of
before I begin, i.e. those that are different than if hosting on a
normal http server. I've developed apps before that use forms
authentication, roles e... more >>
impersonation works on local xp not on web server
Posted by smyers NO[at]SPAM quilogy.com at 4/29/2004 2:42:21 PM
The program I have written to change a password by impersonating an
admin has worked successfully on my local XP, but when transferred to
the Windows 2000 server the impersonation fails. I have tried
everything I can think of even to the extent of making sure the W2k
box has the SE_TCB_NAME priv... more >>
ASP.Net Session State Problem with IIS6
Posted by JK at 4/29/2004 1:26:02 PM
We recently installed our web application on Windows 2003 and found that our ASPX pages are not coming up correctly.
We are using sessionstate=StateServer and cookieless=true for Web.config. Applications run perfectly in Windows2000 or XP but in Windows2003 under IIS6 we do not see any of our ima... more >>
question on windows auth
Posted by chris at 4/29/2004 9:41:06 AM
Hi
I am working on an intranet application. I am using windows integrated authentication. Now since the authentication is done by active directory can I use a specified user name and password in my connection string and not SSPI? You see I created a user/login in sql server with minimum privledges
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How long is the formsauthentication ticket valid
Posted by swatisahasrabudhe NO[at]SPAM yahoo.com at 4/29/2004 4:59:47 AM
Hello
These questions may seem stupid but I am confused about the
formsauthentication ticket stuff. From what I know till now it is a
cookie/session variable ( I am still not sure which of the two).
1. When I use a FormsAuthentication.SetAuthCookie method I do not
specify a timeout. So how lo... more >>
ASP.NET Client Certificate Authentication Problem
Posted by EagleRed NO[at]SPAM HighFlyingBirds.com at 4/29/2004 4:31:05 AM
I am implementing an ASP.NET Web application that requires client certificates. I have a standalone certificate server (Windows 2000, SP4). I used it to generate a server certificate and a client certificate. The client certificate is installed in the Trusted Publishers-Enterprise store. I could... more >>
|