Integrated Authentication and change user
Tue, 22 Jul 2008 17:44:54 +0200
Hi!!
I develop an Intranet Web Application and I use the Integrated Authentication,
ASP.NET 2.0 and IIS 6.0, but I'd like to enable the function to change the
connected user (like Sharepoint)...
Which is the method to do this??
I use this code:
Response.Status = "401 Unauthorized"
Response.AddHeader("WW ...
|
AzMan Role provider
Thu, 17 Jul 2008 14:30:01 -0700
I am using AzMan in an ADAM store and have configured the activedirectory
membershipprovider and AuthorizationStoreRoleProvider. I am getting the
following error when performing Role functions on a user (e.g.
Roles.GetRolesForUser):
The parameter is incorrect. (Exception from HRESULT: 0x80070057
(E_INV ...
|
see all dot net study notes
Tue, 15 Jul 2008 16:57:14 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
Cannot search for users using ASP.net web site administration tool
Fri, 11 Jul 2008 07:59:00 -0700
I have a web app configured to use AzMan authorization provider and ADAM
membership provider. I can launch the AWSAT and see the roles, etc. But
when I try to search for users, I get no results. However, if I click the
'All' link then it returns all the users. Searchs with exact names, *, etc
all fail to ...
|
using client application services with windows authentication - wh
Thu, 10 Jul 2008 06:37:00 -0700
using client application services with windows authentication - where are my
roles?
Hi,
I am trying to use client application services. This is a new feature of
.NET3.5 to leverage the ASP.NET provider model to winforms. I am using the
sample application that can be found on
http://aspalliance.com/1596 ...
|
Incorrect LogonUserIdentity.Name
Wed, 9 Jul 2008 08:36:02 -0700
We have an AD user account that was setup as R_Smith and then was changed to
JR_Smith.
One of our web applications does a database look up using the
LogonUserIdentity.Name value but this is still returning R_Smith even though
the user logged onto his box with JR_Smith.
Also I created a page that loo ...
|
about projects
Wed, 09 Jul 2008 02:08:15 -0700
hello sir/madam
i nanda kumar n as completed .net course and i am a B.E graduate, presently looking for any small free asp.net project. please reply me as soon as possible. waiting for your reply................
thanking you....
...
|
|
|
ntaccaunt.translate and AD
Wed, 9 Jul 2008 02:33:55 +0200
Hi,
problem:
when I create user or group I want to set permissions on OU for that user or
group.
But I'm getting error if I don't put some sleep 20-30 sec.
Like user or group doesn't exist and I can't do translate.
Like there is some problem with replication of data and I need to bind to DC
on which I ...
|
configProtectionProvider not supported
Tue, 8 Jul 2008 17:23:56 -0400
When I encrypt/decrypt the connectionStrings section of my web.config file,
everything works well, but the actual connectionStrings element gets a new
attribute of configProtectionProvider, which the VS 2008 IDE flags as a
schema error and says that this attribute is not supported. Sure enough,
the intelliS ...
|
.net windows authentication on sql 2005
Tue, 8 Jul 2008 12:08:30 -0700
Hi this may be a simple design question, not sure...
i have a web app that needs to be logged in to our domain and eventually
will access our sql 2005 which also on the domain using win authentication.
1. how do u typically setup the users on the sql machine? can we setup
different DB roles and assign use ...
|