Hi,
I am new to asp.net & IIS. Now I am deploying a web site with wcf service to IIS. The WCF service needs windows authentication, so i have used impersonate attribute in web.config.
But everytime I change my password, the web page is not served and it throws error. I think it is basic, but I donno.
How I can fix this permanently? Do I need to setup a ASPNET account for website? Please help me.