Forms based ADauth
Thu, 7 Feb 2008 10:37:01 -0800
since there are a bunch of different containers that hold users and I want to
be able to authenticate any user without much trouble, I tried just using the
ldap string without an ou or cn. Not to mention it would be a headache to
figure out all the different containers to try depending on the user trying
to ...
|
Establishing SSL connection in Visual Basic 6.0
Wed, 6 Feb 2008 05:36:12 -0800 (PST)
Hi,
I have a desktop application, written in VB 6.0. It transfers data to
a web-application through HTTP protocol.
The code is something like this:
Public Sub SendServerCommandUsingHTTPPost(strMessage As String,
lTimeout As Long)
Dim hInternetOpen As Long
Dim hInternetConnect As Long
Dim hHT ...
|
S4U Kerberos for calling WCF services
Wed, 6 Feb 2008 02:21:01 -0800
Hi all, misters
I have an ASP .NET 2.0 application , that uses WCF services.
I want use S4U Kerberos for calling WCF services using delegate account.
The application runs under Windows integrated authentication and anonymous
access is turned off.
My code is similar like this:
//declare for p/invok ...
|
Get info for impersonate
Wed, 6 Feb 2008 02:11:02 -0800
Hi all misters,
I have ASP.NET application, and in my web.config appears the following lines:
The <authentication> section enables configuration of the security
authentication mode used by ASP.NET to identify an incoming user. -->
<authentication mode="Windows"></authentication>
<identity impersonate=" ...
|
Pass credentials from Win app to Web app
Tue, 5 Feb 2008 06:31:00 -0800
I'm using ASP.net Authentication and Authorization (Sql provider against
standard aspnetdb) in my VB.net Windows App to handle users, roles, etc.
This works great.
Within my win app, using the .net web browser control, I want to launch a
url (in our intranet, ASP.Net hosted in IIS6, Win Srv 2003 R2), but ...
|
Form Authentication, Login&Password are clear text?
Sun, 3 Feb 2008 10:29:00 -0800
Hi,
I have some issues with protecting UserName&Password.
When UserName&Password transit through the Network from Browser to IIS, they
are in clear text, Web.config can not cover that at the very beginning?
So how to protect that when the user click login Button at the login page?
Asp.net App can do ...
|
Invest smart
Sat, 2 Feb 2008 13:56:02 -0800
How much profit can you make with one dollar?
Check out this website www.forbuck.com
Without any obligation, registering or other ties make cash!
...
|
|
|
Invest smart
Thu, 31 Jan 2008 20:09:16 -0800
How much profit can you make with one dollar?
Check out this website www.forbuck.com
Without any obligation, registering or other ties make cash!
...
|
Re: error when creating profile with modified provider
Thu, 31 Jan 2008 08:51:11 +0000 (UTC)
simply copy and modify the provider section from your machine.config (in
\windows\microsoft.net\framework\version\config
it's:
<profile>
<providers>
<add name="AspNetSqlProfileProvider"
connectionStringName="LocalSqlServer"
applicationName="/"
type= ...
|
Roles.GetRolesForUser(UserName) returning zero-dimension array
Wed, 30 Jan 2008 13:16:00 -0800
Hi,
i am facing problem with Roles.GetRolesForUser(UserName).
When i run application on my machine the Method returning zero-dimension
array, Insted of When i run the same application on my friend's machine. it
returns value in array.
For the application we are using the SQL 2005 database located on my
...
|