I have a website running in aspnet mvc 4 website and I have detached the debugger and want to reattach, but I cannot locate the process I wish to attach to when I bring up the 'attach to process' dialog.
我有一个在aspnet mvc 4网站上运行的网站,我已经分离了调试器并希望重新连接,但是当我打开“附加到进程”对话框时,我无法找到我希望附加的进程。
I am used to attaching to the webserver.exe (with port number) in vs2010 and was expecting it to be a similar experience in 2012 with IISExpress, but I do not see in the list of processes one that relates to my web site.
我习惯在vs2010中附加到webserver.exe(带端口号),并且期望它在2012年与IISExpress有类似的体验,但我没有在流程列表中看到与我的网站相关的一个。
How does one achieve this in vs2012.
如何在vs2012中实现这一目标。