Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 6.0 Basic Authentication and Integrated Windows Authentication

Status
Not open for further replies.

megajune

Technical User
Sep 20, 2005
3
US
I can't sign into web pages on my IIS 6.0 server running Frontpage 2002 Server Extention using Integrated Windows Authentication. It tells me the website is unavailible. However, I can sign in with Basic Authenticaion. Any ideas?
 
Integrated authentication uses your login credentials to authenticate you on the website your browsing. However, if these login credentials aren't made available to the browser, site fails out (prolly a 403 error).

In IE, click on Tools->Internet Options->Security. Click on Internet, then click on Custom Level. Scroll all the way to the bottom option of this window, which is User Authentication. If you want to automatically logon to the site, click Automatic logon with current username and password ...

On a personal note, I don't recommend that option - any site requesting credentials will try your current username and password ... use the Prompt for username and password option instead.

HTH


Greg

"for me, the action is the juice.
 
Oh ... and be sure to restart IE when you're done. ;)

Greg

"for me, the action is the juice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top