I recently installed Visual Studio 2013 on my machine along side 2012. We have several web applications (ASP.NET and MVC) that utilize Telerik controls. Today I noticed ac
After one more google attempt I found this line (added to the web.config) to be the fix I was looking for:
Visual Studio 2013 inserts some markup in every page to enhance runtime debugging, the line above prevents that markup from being added.