all groups > asp.net security > september 2005 > threads for september 15 - 21, 2005
Filter by week: 1 2 3 4 5
Windows authentication information
Posted by Stephen Noronha at 9/20/2005 4:09:36 PM
Hi,
I want to create an application that uses Windows authentication only (cool
windows NT pop-up), I have to use other criteria also
suppose the user walks away for 15 min then checks the page again, then
again I have to show the pop -up
Please advice,
Stephen
... more >>
Forms Authentication with Active Directory
Posted by E. Kwong at 9/20/2005 10:43:52 AM
We are interested in using Forms Authentication with Active Directory. We
understand that the presence of web.config prevents access to .aspx files
unless authenticated. Is there similar mechanism that authenticate users
against AD when they want to access Word files or PDF files? We pr... more >>
Login Application
Posted by NG at 9/20/2005 12:00:00 AM
Hi All
I am making a suite of independent web applications on a single IIS server /
multiple IIS servers. However, I want the user to login (using an
independent login web application on any one of the IIS servers). After the
user logs in, I want that his login session to be retained even if... more >>
permissions & roles...
Posted by Ollie Riches at 9/19/2005 6:53:04 PM
Is it possible to find out what the permissions & roles are for the
'ASP.NET' and the 'NETWORK SERVICE' accounts?
Cheers
Ollie Riches
... more >>
Using Active Directory
Posted by scsharma at 9/19/2005 1:59:05 PM
Hi,
I am new to active directory world but based on what i know i am trying to
achieve following:
1. Look for user/groups on a windows 2000 machine which is not a PDC(primary
domain controller). I created Directory entry object as follows:
DirectoryEntry group = new
DirectoryEntry("LDAP:/... more >>
Forms Authentication works with Mozilla but not IE6
Posted by Manuel at 9/19/2005 10:29:36 AM
How can a MS ASP.NET forms authentication work in Mozilla but not IE6?
I haven't been able to make a site work in IE, it always throws me back to
login page whereas in Mozilla it works just fine!
... more >>
(CustomIdentity)Thread.CurrentPrincipal.Identity - Cast not Valid
Posted by John K at 9/19/2005 9:28:08 AM
I have created CustomPrincipal and CustomIdentity classes. Everything works
great on my WinForms application, but as soon as i run my ASP.NET client I
get a System.InvalidCastException: Specified cast is not valid error on the
following line.
CustomIdentity id = (CustomIdentity)Thread.Curre... more >>
Getting hacked?
Posted by Arne at 9/19/2005 8:10:05 AM
I have a web server that I have tried my best to secure from hacking. I see
some sign that they have tried to hack. I haven't seen any corruption at my
web site. Is there anything I am supposed to look for that tells me that I
have been hacked?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Forms Authentication losing IsAuthenticated after 1 page
Posted by vipergtsrz NO[at]SPAM gmail.com at 9/17/2005 3:59:01 PM
I am wanting to use Forms Authentication on my site, and I have the
exact same code on another site I am using, but it's not working on
this one.
I only want to limit the "admin" folder to require me to log in, so I
have this in my web config:
<location path="admin" >
<system.web>
<aut... more >>
Forms Authentication Ticket Functionality With Windows Authentication
Posted by jfer at 9/16/2005 9:32:38 AM
I am creating a web application for a company intranet and I am using
Windows Authentication for a somewhat "transparent" login process.
What I would like to do is allow all users into the application that
exist in our LDAP under a particular user (their is a heirarchy
associated with the LDAP t... more >>
Authentication provider for different sites
Posted by Al at 9/16/2005 7:55:13 AM
Hello everybody,
how can I use one authentication site (https://login.site.com) for other
sites (on separate machines, i.e. http://www.books.biz)?
What should I do to use Forms Authentication in this case?... more >>
Accessing Local COM Server from ASP.NET - Access Denied
Posted by Philip at 9/16/2005 5:52:04 AM
I have a ASP.NET web service using COM Interop to hopefully access a Local
COM Server ... however when I attempt to reference the Local COM Server I am
receiving "Access Denied".
We have provided full permissions to the EXE which is the foundation of the
Local COM Server.... however I can ... more >>
Certmgr
Posted by Russ at 9/15/2005 3:00:59 PM
I'm trying to use Certmgr.msc but when I run it I get message:
"The certificates store cannot be enumerated. The system cannot find
the file specified."
This happens if I run from my dev work station or from my server. I
thought Certmgr used to work on my dev work station.
Can anyone tell... more >>
Programmatically installing certificates
Posted by Russ at 9/15/2005 2:28:48 PM
Is there a way to build a program to import certificates into IE - in
place of using the import wizard? If so, where can I find the
documentation and samples? For C++ or C# please.
Thank you, Russ... more >>
Access level needed to look up username
Posted by sqlboy2000 at 9/15/2005 7:30:05 AM
Hi all,
I'm currently using the following call to look up a user's windows Full Name
from the domain controller:
Dim strFilter = "(&(sAMAccountname=" & strUser &
")(objectClass=user))"
Dim objEntry As New DirectoryEntry("LDAP://myDC", "user", "password")
Dim search... more >>
User management with Windows Authentication
Posted by jfer at 9/15/2005 7:28:40 AM
I am creating a web application for use on an intranet and am having
some problems understanding how to maintain web application user lists
with windows authentication. Adding domain users to a group on the web
server and utilizing <allow><deny> tags to restrict access is quite
nice. However t... more >>
Access to the registry key HKEY_CLASSES_ROOT\EntSrvcTest1_direct.Global is denied
Posted by z f at 9/15/2005 12:00:00 AM
Hi,
using enterprise services from dot-net:
on windows application it did OK.
on ASP.NET i get the folowing error. (see in the end)
Access to the registry key HKEY_CLASSES_ROOT\EntSrvcTest1_direct.Global is
denied
if i use the components services MMC snap in to create a new applicatio... more >>
|