IIS_IUSRS group missing

11,425

Ok, think I got it, before I only had wwwroot permissions to IIS_IUSR, but when I add IUSR it works.

Share:
11,425

Related videos on Youtube

Raymond
Author by

Raymond

Updated on September 18, 2022

Comments

  • Raymond
    Raymond over 1 year

    I am getting a 500.19 error when going to my site. I've tried to change the permissions on the directory but for some reason since about 2hrs ago the IIS_IUSRS group is completely gone now. I think I messed it up, how can I fix this?

    Update: I found the group, it just wasn't added to the inetpub folder, but now when I go to the website: www.example.com it forces you to login. I'm new to this web admin think I would GREATLY appreciate any help.

  • Raymond
    Raymond almost 12 years
    Ok, i found i still have the group, but now when I go to the site it makes you login, how do i make it viewable to all again?
  • Raymond
    Raymond almost 12 years
    Its enabled for the Home server and the default site, (there is also a windows authentication on the default site, ive tried that enabled and disabled but no luck) I am going to see if I can copy the IIS_IUSER group policy by downloading the Group Policy Management Console from another computer running Server 2008 (non R2) then import it to the current one to see if that may help.
  • Joost Verdaasdonk
    Joost Verdaasdonk almost 12 years
    Is the default site the one you are getting the login box from? Because if you enable windows auth on a website and login anonymous then its normal to get a login dialog I think. Is windows auth needed for that website? (are you using auth over Intranet?) Otherwise you should disable it if you want anonymous access to your site.
  • Joost Verdaasdonk
    Joost Verdaasdonk almost 12 years
    Another tip is to enable failed request tracing to figure out the reason for the 500 error: link
  • Chris Anton
    Chris Anton almost 12 years
    Have you given read access to the folder? Additionally, check anonymous access in IIS.
  • Raymond
    Raymond almost 12 years
    I was trying to setup webdav, but I dont need it anymore, I disabled windows auth but now I just get a 401 error
  • Joost Verdaasdonk
    Joost Verdaasdonk almost 12 years
    Hi Raymond. if you don't have windows auth and you do have anonymous auth then it must be the permissions for the anonymous user on the site directory. Like I said in the above comment perhaps you should try to trace your site for 401 errors to get info about which user is denied. Good luck
  • Raymond
    Raymond almost 12 years
    I fixed it, i needed to enable windows auth and move the NTLM provider to the top
  • Joost Verdaasdonk
    Joost Verdaasdonk almost 12 years
    Interesting but ok glad you got it solved!
  • Raymond
    Raymond almost 12 years
    I'd upvote you but I don't have enough rep yet :/
  • Joost Verdaasdonk
    Joost Verdaasdonk almost 12 years
    No problem glad I could help. :)
  • Raymond
    Raymond almost 12 years
    Actually, that did not fix it, I think the browser just had my credentials saved.