iis 7 - Windows 2008 R2 IIS7 windows authentication not working -


i have dev , prod windows 2008 r2 servers iis7 , siteminder, far can tell setup same. issue being production websites work development ones not.

issue being when navigate dev website, says "the page cannot displayed because internal server error has occured." not challenge in dev (which believe cause of issue), in prod. goes classic asp pages or asp.net pages.

some findings :-
- iis has windows authentication enabled , others disabled
- windows authentication provider negotiate (tried negotiate:kerberos, same result)
- windowsauthentication , windowsauthenticationmodule (native) both present in modules
- windowsauthentication installed under server manager -> iis -> roles
- upon receipt of above error message, iis logs shows access error 401 2 5

all solutions found online either not have right setup above, or suggests disable windows authentication , enable anonymous authentication. if so, works fine issue being websites require windows authentication identify user. i'm @ wit's end , short of reinstalling in hope works. possibilities or log files have overlooked?

after screwing around bit solved problem ... hope helps someone.

  • i realized in fact asp pages working asp.net pages not working
  • when had turned on anonymous authentication, asp.net pages giving 500 0 or 500 19 errors in iis logs, instead of 401 2 5 windows authentication
  • i tried launch asp.net page within localhost , got 500 error more detailed error saying should use relative path in httperrors under web.config (??)
  • at point realized had earlier changed 403 error custom file @ default website level, changed back. despite changing it's previous value, ended doing adding "remove" "add" tag, both 403.htm, under httperrors in wwwroot/web.config. after deleted entire httperrors segment, websites started working again.
  • reverting windows authentication @ point worked.

so take aways test websites locally first , keep in mind existing of wwwroot/web.config giving near untraceable errors ...


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -