all groups > asp.net security > september 2005 > threads for september 22 - 28, 2005
Filter by week: 1 2 3 4 5
thoughts?
Posted by melinda at 9/28/2005 2:41:02 PM
Is it useful at all to use Apache as a reverse proxy server to redirect to an
IIS server? I've seen some articles on doing this for security purposes, is
this necessary? ... more >>
ASP.Net 1.1 cookieless session security issue?
Posted by Stefan Hoffmann at 9/28/2005 11:45:25 AM
Hello everyone!
We are developing a webshop in asp.net. We did not want to use cookies
for session management, so we tried cookieless sessions.
This changes the URL requested to something like
http://.../WebApplication3/(xwa4n4a3cr45h2idog25v355)/WebForm1.aspx
Well, this -> (xwa4n... more >>
Getting password from Basic authenticated site
Posted by mike at 9/27/2005 11:17:35 AM
Hello.
Is there a way to retrieve the password of the user that was authenticated
using Basic Authentication? What if the user was authenticated using
Integrated Windows Authentication?
Thanks in advance,
Mike
... more >>
Prevent access to advapi32.dll RevertToSelf()
Posted by kevin.kenny NO[at]SPAM zygonia.net at 9/27/2005 6:06:58 AM
Hi All,
Sorry to crosspost but it's a security and an ASP.NET problem I have.
We run each website site under it's own I_<user> account and ASP.NET is
configured to impersonate so requests run under the identity of the
I_<user> account.
In windows 2000 server how do I prevent a user from c... more >>
Password and LDAP
Posted by ABUnNOUR at 9/27/2005 12:46:14 AM
hi
how can i know the expiry date for users PASSWORD in active directory
?
i want to detect the date to notify the user about ?
am using Asp.net with C# in my application .. So can you please tell me
how ?
... more >>
Configuration Error in web.config
Posted by alex444 at 9/26/2005 8:03:02 PM
I would appreciate any help with the following error. I'd like to mention
that application works on my Dev server no problems at all but not on the 3d
party host server (they saying it's coding problem).
=====================================
Server Error in '/' Application
------------------... more >>
ReadXml (DataSet) and WebException (401)
Posted by Marcos MartÃnez at 9/26/2005 12:00:00 AM
I am trying to generate and to consume a file RSS dinamicamente. I generate
it correctly, if I call from the explorer (http://localhost/Prueba/rss.aspx)
or an application client RSS Bandit, for example, everything works
costraight.
But if I want to load "http://localhost/Prueba/rss.aspx" in a... more >>
RedirectFromLoginPage: Returns to login page.
Posted by Tim Murphy at 9/26/2005 12:00:00 AM
I'm using the following code in my login.aspx page to validate a user. The
FormsAuthentication.RedirectFromLoginPage(cUser,bPersistent) gets called but
login.aspx gets redisplayed instead of returning to the calling page. If I
change the address line in IE to the calling page I can see the new us... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET Login Control
Posted by milkyway at 9/25/2005 8:38:54 AM
Hello out there,
Is there a place where I can find documentation on how this control
actually works? I am trying to provide a list of valid users who can
log in as well as provide the name of a form that should be accessed if
login is successful.
TIA
... more >>
WebProxy with System.Net.WebClient
Posted by Shahid at 9/24/2005 5:51:02 AM
hi,
i m trying to get html from a website using asp.net. i wrote following code
to access html of a website. it works fine but whenever i try this code from
network (behind proxy server) , it gives me error " The underlying connection
was closed: Unable to connect to the remote server". i d... more >>
Using WMI to grant permissions to new users on folder..
Posted by scsharma at 9/23/2005 7:27:04 AM
Hi,
I would like to programatically modify the security setting of
folder. I am using Windows XP professional OS and C# as programming
language.I am using WMI(Windows Management instrumentation) for that.
I got a head start through a code that i got from Internet. Using WMI
i w... more >>
HttpWebRequest failure with TLS
Posted by Sholto Douglas at 9/23/2005 12:14:02 AM
I am using HttpWebRequest to access a WebLogic web servce. It is currently
in a console app, but will be 'elevated' to a service.
The code is pretty standard, but I get the dreaded WebException:
The underlying connection was closed: Could not establish secure channel
for SSL/TLS
It uses 2-... more >>
pop-up logon dialog box - Integrated Windows authentication - asp.net
Posted by E. Kwong at 9/22/2005 4:04:13 PM
I'm experimentating with Integrated Windows authentication and am puzzled by
certain aspect of the native pop-up logon dialog box. After all the setup,
everything seems to work as expected: when logon to the domain, the dialog
box does not show; when logon outside the domain the dialog box ... more >>
eployment
Posted by Ty at 9/22/2005 12:08:02 PM
One of our Asp.Net web applications utilizes a 3rd party webservice that
requires a client cert as part of the security model. The application code
runs fine, authenticates the message, and returns the expected results in the
development environment.
I have installed the CA & Client Certs i... more >>
|