I have a administrative account on my machine, but due to security reasons, I don\'t want to run visual studio as administrator. I have ASP.NET website, windows 10, IIS8. Is
as per https://msdn.microsoft.com/en-us/library/kd3se23d.aspx
if you change the ASP.NET worker process to run under your own user account, you do not have to be an Administrator on the server that is running IIS.
I can't do it (as illustrated in my question).
Boklucius's citation is accurate, but I believe that article and the current update are misleading. I found that when running the app pool under my own credentials, I'm still unable to attach unless running Visual Studio as an admin. Lex Li observed that this was due to session isolation, and right now the evidence from my experimentation suggests he's right.