We recently upgraded our single-domain Windows network by adding two new servers. We promoted them both to domain controllers and removed the domain controller from our webserver (which was set up back when we had only one server). This server (windows 2008 R2) ran IIS 7.5 and hosted Sharepoint and Asp.net pages.
The new domain controllers are both GC and work perfectly.
Now, when we removed the Domain Controller role, the permissions got screwed up (Microsoft knows this happens). So now I want to fix it.
Before, my websites and sharepoint were all configured using domain accounts. Every site in IIS stopped working until I (by way of a test) added the application pool accounts to the local administrators group in which case they started working.
I've already made sure the account has read/write/execute rights for the site's virtual directory.
Is there a standard procedure for recovering from this? How do I get my asp.net site (much less sharepoint) back online without making the app-pool account a local administrator?
[edit]
Okay, so for a simple asp.net site, what do I need to do to get it running? So I tried creating a local user account for it's application pool, and gave it rights on the site's directory, and set the password in IIS. Still, I get "service unavailable" when I browse to the site. And the application pool always stops when I hit the page.
0 Answers