Complicated Custom Authentication/Authorization scheme question, Please HELP!
Mon, 18 Aug 2008 16:00:02 -0600
Hi,
I am writing a web application that needs to authenticate and
authorize users against an existing database of users, groups, and
permissions.
The difference between this and other typical applications is that the
SQL data store is not known at development or configuration time, i.e.
the user is presented ...
|
Windows Authentication - not seeing Groups
Thu, 14 Aug 2008 12:18:55 -0700 (PDT)
hello,
my ASP.NET apps use Windows Server 2003, and Integrated Windows
authentication in the web.config:
<authentication mode="Windows"/>
...our windows users are assigned to Groups in Active Directory, which
i can usually lock down like so:
<authorization>
<allow roles="Foo"/>
<deny users= ...
|
Sudden problem with AzMan
Wed, 13 Aug 2008 14:47:06 +0200
Hi all,
I don't really know where to ask this : it must be more related to the
AzMan interop assembly than to ASP .NET, but I could find no forum for
that. Feel free to redirect me to a more appropriate place.
Problem : ASP .NET application that used to work on my machine and now
does not due to an i ...
|
Authenticate User with LDAP
Tue, 12 Aug 2008 09:14:21 -0700
I am new at trying to authenticate users against LDAP. I am getting the error
"Unable to establish secure connection with the server" with my current code.
Here's what I have thus far.
<add name="ADConnectionString"
connectionString="LDAP://ldap-r.hutty.com:389/cn=finmed,ou=roles,dc=hutty,dc=com"/>
<add nam ...
|
run commands using credentials of different domains
Sat, 9 Aug 2008 21:03:00 -0700
Hi.
I'm trying to establish a connection to an SQL 2005 server using different
credentials than the ones currently in use. The server only allows Windows
Authentication, so I have to impersonate a different user. Setting
impersonation on the web.config isn't an option. Moreover, the Sql server
is on ...
|
System.Web.Security.Roles.GetRolesForUser() is not returning the correct results
Fri, 8 Aug 2008 19:34:23 -0400
When I call System.Web.Security.Roles.GetRolesForUser() it returns no
results (an array of length 0) even though I have roles associated with the
currently logged in user. I am able to get the username by calling
System.Web.Security.Membership.GetUser().UserName. Why am I unable to get
the Roles, and what co ...
|
web application and web service
Fri, 8 Aug 2008 23:45:00 +0100
Hello,
I have a web application which is secure using a login page. I add a web
service to this web application and now I want to create a reference to this
web services using MSVC, but the web application doesn't let me to connect
to the web service before I login to the site.
How can I login to site ...
|
|
|
Can not access files on different computer
Thu, 7 Aug 2008 18:10:32 -0700 (PDT)
My solution has an ASP.NET app , a Web Service and a NET dll .
The ASP.NET application calls to WebService?s methods , which calls
the dll?s methods .
One of the functions of the dll is accessing files , which are located
on different computer. The path is UNC path and it exists . It has the
following code : ...
|
user not created
Thu, 7 Aug 2008 10:08:11 +0530
Hi,
I am using membership class to create new user programmatically, If the
user is duplicated , no user created in table without giving any error.
How can I detect any error in creating user. My code is as follow.
Any hint will be appreciated .
Hardik Shah
======================================== ...
|
Failed to start monitoring changes to
Tue, 5 Aug 2008 10:53:01 -0700
I am receiving this message when I try to browse a file in a virtural
directory connected to a network share on another machine in my local network.
An error occurred loading a configuration file: Failed to start monitoring
changes to '\\CDDemo\CDNet\web.config' because access is denied.
Source Error:
[No ...
|