473,662 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Logging in shows 2 different logins

Fox
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerV ariables("AUTH_ USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinenam e/fox"

I am finding this out by using
Response.Write( Request.ServerV ariables("AUTH_ USER"))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.

Thanks,
Fox
Jul 19 '05 #1
2 1328
"Fox" <fox @ connexions .net> wrote in message
news:Oo******** ******@TK2MSFTN GP09.phx.gbl...
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerV ariables("AUTH_ USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinenam e/fox"

I am finding this out by using
Response.Write( Request.ServerV ariables("AUTH_ USER"))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.


It depends on what was entered as the credentials. You should modify your
code so it strips out the domain or machine name qualification.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

Jul 19 '05 #2
Fox

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bq******** *@kcweb01.netne ws.att.com...
"Fox" <fox @ connexions .net> wrote in message
news:Oo******** ******@TK2MSFTN GP09.phx.gbl...
Hi,

Windows 2000 Server
IIS 5.0

These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerV ariables("AUTH_ USER")
in some of the files to further control security.

When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinenam e/fox"

I am finding this out by using
Response.Write( Request.ServerV ariables("AUTH_ USER"))

The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.


It depends on what was entered as the credentials. You should modify your
code so it strips out the domain or machine name qualification.


That's what I ended up doing. Don't know why I did not think of that
right away. Maybe its because it was so frustrating to see the same
login responding differently and not seeing any reason for this.

Thanks for the input,
fox
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
3688
by: Peter Mott | last post by:
I am using: Python 2.3.4 (#2, Nov 14 2004, 18:06:48) ] on freebsd4 with Apache/1.3.26. The following script causes an Internal Server Error (with nothing in the Apache error logs AFAIK): #!/usr/local/bin/python
1
3716
by: Karthik | last post by:
Hi, I have a website running on ASP.Net on IIS 6.0. This website has more than 10000 users login everyday. At times the users login with the same user name and password more than once at the same time. I would like to prevent this from happening as it creates a huge problem at the back end (SQL 2k). I maintain all logins in a session to validate. For example if userid "xyz"
6
7315
by: pmatos | last post by:
Hi all, I am trying to create a simple but efficient C++ logging class. I know there are lots of them out there but I want something simple and efficient. The number one requirement is the possibility of shutting logging down at compile time and suffer no performance penalty whatsoever for getting logging on whenever I wish. Of course that I would need to recompile the project each time I want to turn logging on or off. But given a...
23
2210
by: Rotem | last post by:
Hi, while working on something in my current project I have made several improvements to the logging package in Python, two of them are worth mentioning: 1. addition of a logging record field %(function)s, which results in the name of the entity which logged the record. My version even deduces the class name in the case which the logger is a bound method, and assuming the name of the "self" variable is indeed "self".
16
2161
by: Einar Høst | last post by:
Hi, I'm getting into the Trace-functionality in .NET, using it to provide some much-needed logging across dlls in the project we're working on. However, being a newbie, I'm wondering if some more experienced loggers can provide me with some ideas as to how to log in a simple yet flexible manner. For instance, I'd like the code to be as uncluttered as possible by Trace statements. As an example of basic logging functionality, I've come...
7
2418
by: Jed Parsons | last post by:
Hi, I'm using the logging module for the first time. I'm using it from within Zope Extensions. My problem is that, for every event logged, the logger is producing multiple identical entries with the timestamp the same down to the millisecond. Is this something I'm doing wrong?
2
2718
by: philip.mckee | last post by:
Hi Looking for some very general advice. I have a classic asp content management application which I am porting to ASP.NET. The database is SQL server, and it is hoped that we can leverage this without significant alterations. There is approx 30 users accessing and managing information using the application. Currently users log on to the system using group logins. A general connection string is used with all communication with the...
7
8565
by: flupke | last post by:
Hi, i'm getting errors with the log module concerning RotatingFileHandler. I'm using Python 2.4.3 on Windows XP SP2. This used to work in previous python versions but since i upgraded to 2.4.3 i get these errors: Traceback (most recent call last): File "C:\Python24\lib\logging\handlers.py", line 71, in emit if self.shouldRollover(record):
6
7576
by: Larry Bates | last post by:
Every time I look at the logging module (up until now) I've given up and continue to use my home-grown logger that I've been using for years. I'm not giving up this time ;-) I find that I REALLY need to be able to monitor LOTS of running programs/processes and thought it would be nice to have them use SocketHandler logging and then I would write TCPServer to accept the log messages for real-time monitoring. I Googled (is that now a...
0
8344
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8764
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5654
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.