I created a project in Visual Studio 2012 and chose: asp.net mvc 4, internet application, razor.
From first running on IE 9, no changes made, by clicking on any item menu IE throws this error: permission denied.
Using the IE scripts debugger I got the line that causes the error: if(b.utils.match_url(location.href,b.projects_info[a].urls))
I searched for this line in the code using visual studio and find out that this line is part of a dynamic script called 'script block'.
Doing a little analysis of this code I discovered a lot of tags of sexual meaning and links to porn sites and other odd sites. I don't know how they get there and don't know how to get rid of them either.
I'm trying to use this template for a small project but every time I create a project I get this spam that contains this line that throws the error of permission denied on IE but not on Chrome or Firefox.