I created a new application pool in IIS 7.5 and chose ApplicationPoolIdentity for Identity.
When I assign a website to use this app pool, I get a 500 server error. I have other websites using application pool with same Identity and asp.net runtime and get no error.
I changed Identity on the pool to NetworkService, LocalService, LocalSystem and still get the same error.
Why am I getting this error, and how can I overcome this?
Thanks in advance.