Skip to main content
Participant
September 9, 2008
Question

Application.cfc and Windows Login

  • September 9, 2008
  • 1 reply
  • 378 views
When I use Application.cfc to force users to log in and access a restricted file, Windows Authentication Login screen appears in front of the loginForm.cfm page. By clicking a couple of times on CANCEL, the Windows Login disappears and users can enter their Name and Pwd on the .cfm form.
Any idea how to get rid to this Windows Login Screen and to prevent it to pop-in?
Alsa
    This topic has been closed for replies.

    1 reply

    Known Participant
    September 9, 2008
    My guess would be that it's a Windows NT security problem and you would need to add permissions to the Internet Account to access these files. Maybe you could also take a look at the Network group also. It's possible that it's also on your .cfm page that you're using images or stylesheets or something that are on a secured folder. You could take a look at that too.
    alsawebAuthor
    Participant
    September 9, 2008
    Thanks for your suggestions. I never experienced this in the past.
    The page which is restricted is a test with a simple text line.
    The login page is simple too with username and password.
    The only thing I discovered is if I remove session management in the Application.cfc, the NT login deos not appear.
    alsaweb