When I do the connection to the iSeries, I get the error User ID invalid
and the user id of the connection is blank.
The following is the code to open the connection, which errors out
Dim connString As String = connectionString("newport").ToString()
Dim conn As New iDB2Connection(connString)
conn.Open()
Lee Arrison
Application Group Manager
Sturm, Ruger & Co., Inc.
-----Original Message-----
From: systemidotnet-bounces@xxxxxxxxxxxx
[mailto:systemidotnet-bounces@xxxxxxxxxxxx] On Behalf Of Walden H.
Leverich
Sent: Thursday, September 10, 2009 9:40 AM
To: .net use with the System i
Subject: Re: [SystemiDotNet] IIS server not sending user id
What do you mean it's not sending the "user id and password"? You're
using windows authentication so IIS never sees a userid or password,
just a token that you've authenticated to a DC. Which user id and
password are you expecting to see where?
-Walden
--
Walden H Leverich III
Tech Software &
BEC - IRBManager
(516) 627-3800 x3051
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com
http://www.IRBManager.com
Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
-----Original Message-----
From: systemidotnet-bounces@xxxxxxxxxxxx
[mailto:systemidotnet-bounces@xxxxxxxxxxxx] On Behalf Of Lee Arrison
Sent: Thursday, September 10, 2009 9:07 AM
To: systemidotnet@xxxxxxxxxxxx
Subject: [SystemiDotNet] IIS server not sending user id
I'm attempting to get my first .dot page to run but the IIS server is
not sending the user id & password to the iSeries. I get user id invalid
and the user id is blank. We have it set up to use windows
authentication. My web page works just fine when I run it from my
development pc.
Thanks in advance for any help.
Lee Arrison
Application Group Manager
Sturm, Ruger & Co., Inc.
--
This is the .net use with the System i (SystemiDotNet) mailing list To
post a message email: SystemiDotNet@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/systemidotnet
or email: SystemiDotNet-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/systemidotnet.
--
This is the .net use with the System i (SystemiDotNet) mailing list To
post a message email: SystemiDotNet@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/systemidotnet
or email: SystemiDotNet-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/systemidotnet.
As an Amazon Associate we earn from qualifying purchases.