I have Visual Studio 2012. My laptop is not on our company domain (BYOD). I have Visual Studio configured to "Run As" my domain account. I have configured my project to use IIS Express and have set it to "Windows Authentication". However, when I run the project and it launches Chrome, it's using my local credentials. I need it to use my domain credentials.
I found this SO RunAs A different user when debugging in Visual Studio which looks pretty good, but it refers to VSCommands 2010. I downloaded VSCommands for 2012 and cannot find the "Debug As" option anywhere in the settings (or in the debug menu).
Suggestions?