Windows Authentication working on localhost but not on other site on IIS The Next CEO of Stack...
What did we know about the Kessel run before the prequels?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Is it professional to write unrelated content in an almost-empty email?
Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
What was the first Unix version to run on a microcomputer?
Are police here, aren't itthey?
Unclear about dynamic binding
INSERT to a table from a database to other (same SQL Server) using Dynamic SQL
Why is quantifier elimination desirable for a given theory?
Should I tutor a student who I know has cheated on their homework?
Why is information "lost" when it got into a black hole?
Chain wire methods together in Lightning Web Components
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
What happened in Rome, when the western empire "fell"?
Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
How to edit “Name” property in GCI output?
Solving system of ODEs with extra parameter
Is wanting to ask what to write an indication that you need to change your story?
Why do airplanes bank sharply to the right after air-to-air refueling?
How do I align (1) and (2)?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Is it possible to use a NPN BJT as switch, from single power source?
Windows Authentication working on localhost but not on other site on IIS
The Next CEO of Stack OverflowHas March 2015 Patch Tuesday broken 2003 shares?Google Chrome: passthrough Windows authenticationWindows Authentication with IIS 6.0 not working anymoreIIS – Windows Authentication – Authenticating selfURL of localhost using IISIIS 8.5 Credentials working for windows authentication but not for basicMust web directory be shared for IIS Windows Authentication?Windows Authentication not working on root site of an IIS 8.5 based web siteIs there a way to configure IIS to require manual windows authentication even if user browser is configured for automatic logon?IIS and SQL Server Windows authentication in a django applicationIIS and HttpListener (.NET) with windows authentication
I'm trying to set up a simple html/css/js only site on my local IIS that uses Windows Authentication.
So far I just a have a c://mysite/index.html file
When I point the default IIS website (i.e http://localhost) to this folder and enable Windows Authentication, I am shown the login dialog when I browse to it. When I enter my creds it then shows the index.html fine. But when I setup a new IIS site (e.g http://local.mysite I have a host entry for this) pointing to the same folder, with Windows Authentication enabled, I cannot get passed the login dialog. It just redisplays as if the login creds were wrong, but I'm entering the same creds as I did in http://localhost.
I have added http://local.mysite to the local intranet zone in Internet Options, but this doesn't resolve the issue.
Any ideas on why this isn't working?
windows iis windows-authentication
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to set up a simple html/css/js only site on my local IIS that uses Windows Authentication.
So far I just a have a c://mysite/index.html file
When I point the default IIS website (i.e http://localhost) to this folder and enable Windows Authentication, I am shown the login dialog when I browse to it. When I enter my creds it then shows the index.html fine. But when I setup a new IIS site (e.g http://local.mysite I have a host entry for this) pointing to the same folder, with Windows Authentication enabled, I cannot get passed the login dialog. It just redisplays as if the login creds were wrong, but I'm entering the same creds as I did in http://localhost.
I have added http://local.mysite to the local intranet zone in Internet Options, but this doesn't resolve the issue.
Any ideas on why this isn't working?
windows iis windows-authentication
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to set up a simple html/css/js only site on my local IIS that uses Windows Authentication.
So far I just a have a c://mysite/index.html file
When I point the default IIS website (i.e http://localhost) to this folder and enable Windows Authentication, I am shown the login dialog when I browse to it. When I enter my creds it then shows the index.html fine. But when I setup a new IIS site (e.g http://local.mysite I have a host entry for this) pointing to the same folder, with Windows Authentication enabled, I cannot get passed the login dialog. It just redisplays as if the login creds were wrong, but I'm entering the same creds as I did in http://localhost.
I have added http://local.mysite to the local intranet zone in Internet Options, but this doesn't resolve the issue.
Any ideas on why this isn't working?
windows iis windows-authentication
I'm trying to set up a simple html/css/js only site on my local IIS that uses Windows Authentication.
So far I just a have a c://mysite/index.html file
When I point the default IIS website (i.e http://localhost) to this folder and enable Windows Authentication, I am shown the login dialog when I browse to it. When I enter my creds it then shows the index.html fine. But when I setup a new IIS site (e.g http://local.mysite I have a host entry for this) pointing to the same folder, with Windows Authentication enabled, I cannot get passed the login dialog. It just redisplays as if the login creds were wrong, but I'm entering the same creds as I did in http://localhost.
I have added http://local.mysite to the local intranet zone in Internet Options, but this doesn't resolve the issue.
Any ideas on why this isn't working?
windows iis windows-authentication
windows iis windows-authentication
asked Mar 12 '15 at 11:35
MakkyNZMakkyNZ
117115
117115
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Check if you have KB 3002657 installed. This patch broke windows authentication, and the symptoms are what you mentioned (redisplays login credentials)
Has March 2015 Patch Tuesday broken 2003 shares?
http://www.infoworld.com/article/2895900/security/microsoft-netlogon-patch-kb-3002657-woes-continue-kb-3032359-cisco-anyconnect-fix-confirmed.html
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f674897%2fwindows-authentication-working-on-localhost-but-not-on-other-site-on-iis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check if you have KB 3002657 installed. This patch broke windows authentication, and the symptoms are what you mentioned (redisplays login credentials)
Has March 2015 Patch Tuesday broken 2003 shares?
http://www.infoworld.com/article/2895900/security/microsoft-netlogon-patch-kb-3002657-woes-continue-kb-3032359-cisco-anyconnect-fix-confirmed.html
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
add a comment |
Check if you have KB 3002657 installed. This patch broke windows authentication, and the symptoms are what you mentioned (redisplays login credentials)
Has March 2015 Patch Tuesday broken 2003 shares?
http://www.infoworld.com/article/2895900/security/microsoft-netlogon-patch-kb-3002657-woes-continue-kb-3032359-cisco-anyconnect-fix-confirmed.html
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
add a comment |
Check if you have KB 3002657 installed. This patch broke windows authentication, and the symptoms are what you mentioned (redisplays login credentials)
Has March 2015 Patch Tuesday broken 2003 shares?
http://www.infoworld.com/article/2895900/security/microsoft-netlogon-patch-kb-3002657-woes-continue-kb-3032359-cisco-anyconnect-fix-confirmed.html
Check if you have KB 3002657 installed. This patch broke windows authentication, and the symptoms are what you mentioned (redisplays login credentials)
Has March 2015 Patch Tuesday broken 2003 shares?
http://www.infoworld.com/article/2895900/security/microsoft-netlogon-patch-kb-3002657-woes-continue-kb-3032359-cisco-anyconnect-fix-confirmed.html
edited Apr 13 '17 at 12:14
Community♦
1
1
answered Mar 12 '15 at 13:50
GFischerGFischer
11
11
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
add a comment |
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
Checked. I don't have that installed
– MakkyNZ
Mar 12 '15 at 15:15
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f674897%2fwindows-authentication-working-on-localhost-but-not-on-other-site-on-iis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown