all groups > asp.net security > august 2005 > threads for august 29 - 31, 2005
Filter by week: 1 2 3 4 5
LDAP query fails from ASP.NET
Posted by maria.s at 8/31/2005 8:46:30 AM
Hi,
I've got a problem with an LDAP query submitted from my ASP.NET application.
Configuration: Windows 2003 Server Standard Ed., the application uses
Windows Integrated Authentication and is configured with <identity
impersonate=â€true†/>
I try to submit the following query:
... more >>
Enabling SSL on the server with test certificate
Posted by Lenn at 8/31/2005 8:05:07 AM
Hello,
I've been struggling with this for couple of days now. All I want to do is
to enable SSL protocol on the webserver.
I want to be able to generate and sign my own certificates. I used various
tools to do that, such as makecert.exe from .NET SDK and even downloaded
OpenSSL and genera... more >>
Dynamic page security authorization?
Posted by Craig Vedur at 8/30/2005 4:51:03 PM
Hey,
My client wants to implement some sort of dynamic location role-based
security rule for a web app. Normally, in my web.config, I define the
location authorization rules such as:
<location path="WebForm.aspx">
<system.web>
<authorization><allow roles="Employee" /></authorizatio... more >>
SSL Webservice, makecert.exe cert issue
Posted by Lenn at 8/30/2005 8:21:06 AM
Hello,
I am trying to enable SSL on the web server. I want to generate a test
certificate for development server. I used makecert.exe utility to generate
test certificate (
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfcertificatecreationtoolmakecertexe.a... more >>
Wierd Windows Authentication Behavior
Posted by Craig Vedur at 8/30/2005 8:01:30 AM
Hey,
OK, so, i'm implementing windows security in a web app and found a strange
thing. can anyone explain what is going on?
I have my web app and in web.config i have the following entries in their
respective places
:
<authentication mode="Windows" />
<identity impersonate="t... more >>
how to get all groups from AD?
Posted by Craig Vedur at 8/30/2005 6:56:06 AM
does anyone know how to programatically in C# get a list of all groups from
active directory? i thought i saw a sample on MSDN, but, I can't find it.
Thanks... more >>
Forms Authentication expiry issue
Posted by noemail NO[at]SPAM hotmail.com at 8/30/2005 4:31:05 AM
Hi,
I'm having a problem with forms authentication on an asp.net
application. To summarise, after logging in initially, the login never
expires. I can come back to the application after days, and I'm still
logged in. However, if I delete cookies from the browser I am once
again redirected t... more >>
How to have windows security w/ anonymous access?
Posted by Craig Vedur at 8/30/2005 3:33:01 AM
Hi,
I'm a bit confused as to how to have windows authentication / integrated
windows authentication with allowing anonymous access.
for example, i have an app where pages A,B,C i want to allow anonymous
users.... but, pages D,E,F, i want to use Windows Security (user must provide
a valid... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Security Warning
Posted by Stephen Noronha at 8/29/2005 8:56:19 AM
Hi,
I am supposed to modify/manage some code. it was on a machine in "Network
Shared", I whacked it from there and put it in my wwwroot folder,
I opened it after creating a Virtual directory and it gave me this "Warning"
When I open the "Sample.sln" I get warning + Errors which reads: The pr... more >>
|