Security – Running IIS Application with different user Credentials

iisSecurity

I have deployed an application on IIS Server and Servlet Exec configured. I need run the application with windows User Credentials rather than Anonymous User. I tries changing the username and password of annonmous user in properties/Security but the application stops responding changing it back to default Anonymous IIS user account works fine??

Abdul Khaliq

Best Answer

Not sure of the version of IIS you are using but I believe if you set/change the identity of the application pool for your website this would do what you are looking for.