2

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?

Community
  • 1
  • 1

1 Answers1

1

I'm VSCommands developer, this option should be available in context menu on web project (expand 'debug' group). If it isn't, please let me know on Jarek@squaredinfinity.com more about the project type (e.g. mvc 4, c# etc). thanks!

Jarek Kardas
  • 8,445
  • 1
  • 31
  • 32
  • You're right, it is available. I was looking for it on the top menu... Thanks! –  Jul 31 '13 at 19:00