Team,
I am using a webserver having IIS7.0 and have a web application using .net framework 4.0. Now i have a domain user User1. This domain user has got read and write access to the database.
I have no problem putting this username in asp.net impersonation section with the username and password. This works fine.
But the probelm is when the security group remove this user from the local admin group then this does not work. they say that its against rules of allowing this user as a local admin to the server.
Also, i am using windows authentication to the server. My App pool identity is NetworkService
Any workaround please?