ASP .NET 3.5 MVC2 application is running from Visual Web Developer Express 2010 by pressing F5
All pages are served from localhost. Default browser is Internet Explorer 10.
After clicking in some links in application message
Attaching the Script debugger to process '[9376] iexplore.exe' on machine 'DELL2' failed. A debugger is already attached.
appears in Web Developer. After clicking ok and clicking on some links in web application, this message appears again and again.
This message starts to occur if browser was upgraded to Internet Explorer 10 using Windows Update.
If browser was Internet Explorer 9 this message never appears.
OS is Windows 7 x64.
I applied changes from http://support.microsoft.com/default.aspx?scid=kb;en-us;Q274696 as recommended in http://stackoverflow.com/questions/15458756/disable-message-if-application-is-running-from-visual-web-developer-express-2010
Added INTERACTIVE user and checked Allow. System user with Allow permission already exists but. Those changed didnt solve problem.
How to disable this message and allow debugging ?