is there a way to run iisexpress app pool under a different identity other than the currently logged in user?
I am getting around this problem using the \"runas\" co
I could not get the above solution to work and I wanted to be able to debug through Visual Studio while running IIS Express under different credentials.
You can now debug as normal under IISExpress (assuming this is how you have your project configured) under the run as credentials. This is great if you need to use integrated security for database connections or something similar but need to use different credentials.