Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Removing NT popup login box

Reply
Thread Tools

Removing NT popup login box

 
 
Maria
Guest
Posts: n/a
 
      08-22-2003
Here's what I'm trying to do:

I have a web page that's calling the server variable LOGON_USER to retrieve
the userid of the person accessing it. The web has anonymous access
disabled, and Integrated Windows Authentication enabled. My userid is a
member of a security group that has access to the page. When I access this
page on my web server, it displays my userid without popping up the NT login
box. However, when I copy it to my production web server, the NT login box
pops up. I am certain my userid has access to the web on the production
server. In addition, if I don't enter anything on the login box and click
OK, it allows me into the page, and displays my userid. So, how do I
prevent the login box from popping up. If I enable Anonymous Access on the
web, LOGON_USER doesn't return anything, probably because the page is being
accessed with the IUSR_machinename account. My goal is to get the userid of
the person accessing the page -- provided they have security access to it --
without making them login.

Any ideas?


 
Reply With Quote
 
 
 
 
Maria
Guest
Posts: n/a
 
      08-22-2003
That's what I was thinking, but have no idea what it might be. Anyone?

"Aaron Bertrand - MVP" <> wrote in message
news:e%...
> > I forgot to mention it IS in the same domain, which makes sense since it
> > lets me into the page if I hit OK without entering any userid or

password.
>
> Well, then there's a different setting somewhere between your test box and
> your production box.
>
>



 
Reply With Quote
 
 
 
 
Chris Hohmann
Guest
Posts: n/a
 
      08-22-2003
"Aaron Bertrand - MVP" <> wrote in message
news:...
> Chris, if this were the case (that a client-side setting fixed the

issue),
> wouldn't the problem be observed on both machines without your noted

mod
> below, and disappear on both machines after your mod?
>
> I still maintain that there is a difference between the servers...


It's not immediately obvious in the OP, but I believe the phrase "When I
access this page on my web server..." means that she is running a
IIS/ASP locally as a development platform (as do I). Therefore, if the
Tools>Internet Options>Security>Local Intranet>Sites>Include all local
(intranet) sites not listed in other zones option were selected,
localhost would participate in the Local Intranet zone, while the
production server would participate in the Internet zone. Although I
could be entirely off base.

-Chris


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
div box questions; float text around a box, fit box to image size Gnarlodious HTML 4 05-05-2010 11:30 AM
Removing GPO setting from XP machine after removing from Domain Piet Slaghekke Computer Support 4 01-02-2007 08:58 PM
removing a namespace prefix and removing all attributes not in that same prefix Chris Chiasson XML 6 11-14-2006 05:08 PM
Keep getting "Your login attempt was not successful...." from <asp:Login> control - but it works on Dev box. Jack ASP .Net Web Controls 1 07-16-2006 06:08 AM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM



Advertisments