Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Application.cfc and Windows Login

New Here ,
Sep 09, 2008 Sep 09, 2008
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
351
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 09, 2008 Sep 09, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 09, 2008 Sep 09, 2008
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources