I am building a ASP.NET website, and when I click the START DEBUGGING icon, it runs Internet Explorer as the account that I ran Visual Studio with.
I would like to run IE as a different user when debugging.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the runas command to run IE as a different user for running your app. Later attach to the asp.net worker process when you want to debug.
If you want to just change the credentials for Integrated Authentication, try the setting in the update below.
Update: If you want IE to prompt for a user name and password, try this setting:
For IE 7, set this option for your zone:
Tools> Internet Options > Security > custom level (for your zone)> User Authentication> Logon > prompt for user name and password