Logon popup for intranet application

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Logon popup for intranet application

    Hi,

    We have several intranet applications (ASP.NET), that are
    deployed on both of our webservers. As these applications
    are used only in the intranet zone, anonymous access is
    disabled, and we are instead using Integrated Windows
    authentication. Some users within the company when
    logging onto the applications on one of our webservers are
    prompted with a logon popup, asking them to enter their
    username, password and domain. These applications run
    fine (i.e. no logon popup) when users connect to exactly
    the same application on the other webserver.

    I've checked, to ensure that users IE settings look
    correct. Bypass proxy for local addresses is selected in
    LAN Settings, as well as in the proxy settings window of
    LAN settings I've checked that the name of the webservers
    (separated witha a ;) are added to the "Do not use proxy
    servers for addresses beginning with:" box.

    Any ideas? Is this likely to have anything to do with the
    way in which the problematic webserver is configured?

    Thanks in advance
    David
    David Guest

  2. Similar Questions and Discussions

    1. Cannot create JavaScript popup menu with Show Popup Menuusing Add Behaviors
      Whenever I load a page with this added behavior and test it with my link, I get an "Error on Page" message. Here is what I am doing: Create a...
    2. Problems with access to an intranet through popup login window
      Hi, The site is in two folders, the inside and the outside. To get to the inside you call a popup window containing the login.asp file. I f you try...
    3. Logon.scr Application error
      Has anyone seen or get the message "Logon.scr Application Error ". I get this when I ctrl& alt del the lock the screen. My first thought was...
    4. "...not allow you to logon interactively..." preventing my Logon
      Ok, I have tried rebooting in Safe Mode, and know that the Administrator account is still called "Administrator". However, even in safe mode, I...
    5. CPD.exe application popup
      Has anyone ever seen this: Unable to Locate Component:This application has failed to start because SPORDER.dll was not found. It has caused me...
  3. #2

    Default Re: Logon popup for intranet application

    Sounds like someone has put NTFS permissions on the folders in quesiton.


    "David" <CentralDevelopment@nospam.com> wrote in message
    news:b0e701c3b8cb$90f62c30$a601280a@phx.gbl...
    > Hi,
    >
    > We have several intranet applications (ASP.NET), that are
    > deployed on both of our webservers. As these applications
    > are used only in the intranet zone, anonymous access is
    > disabled, and we are instead using Integrated Windows
    > authentication. Some users within the company when
    > logging onto the applications on one of our webservers are
    > prompted with a logon popup, asking them to enter their
    > username, password and domain. These applications run
    > fine (i.e. no logon popup) when users connect to exactly
    > the same application on the other webserver.
    >
    > I've checked, to ensure that users IE settings look
    > correct. Bypass proxy for local addresses is selected in
    > LAN Settings, as well as in the proxy settings window of
    > LAN settings I've checked that the name of the webservers
    > (separated witha a ;) are added to the "Do not use proxy
    > servers for addresses beginning with:" box.
    >
    > Any ideas? Is this likely to have anything to do with the
    > way in which the problematic webserver is configured?
    >
    > Thanks in advance
    > David

    Scott M. Guest

  4. #3

    Default Re: Logon popup for intranet application

    Thanks Scott, looks as if this problem is now fixed. It
    was indeed NTFS permissions. They'd been applied to the
    wwwroot folder erroneously on the problematic webserver.

    David
    David Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139