varUser drops first character when using active directory account

G

Greg Buckley

I have come across an interesting problem. Let me first state that I
am not a fluent ASP programmer. I am a network engineering trying to
port an existing app. The app in question is currently running on IIS
5.0 (2Kserver) in a NT 4.0 domain. I am moving it to an IIS 6.0 server
in a 2003 Active Directory domain.

My app calls this variable <%= varUser %> and brings the users login
name to the web page as well as using it to pull data specfic to that
user in other parts of the web page. When logging in as a NT 4.0
domain user all is fine. When logging as an Active Directory user is
drops the first character of the user name example "ser" instead of
"user". Any ideas?
 
A

Aaron [SQL Server MVP]

My app calls this variable said:
name to the web page as well as using it to pull data specfic to that
user in other parts of the web page. When logging in as a NT 4.0
domain user all is fine. When logging as an Active Directory user is
drops the first character of the user name example "ser" instead of
"user". Any ideas?

Any chance you can isolate the line(s) of ASP code where varUser is
populated / manipulated? You can use Visual Studio or other editors to do a
find in files to figure out which ASP file(s) use this value...

We can't really guess what's going on if we can't see the code, just like
your mechanic can't diagnose your engine problem very well if you don't
bring your car...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,163
Messages
2,570,897
Members
47,434
Latest member
TobiasLoan

Latest Threads

Top