<div>
VS2013, Compiling a C# project / Web forms project
I have updated to the latest NuGet packages - using Tools->NuGet Manager .
Since then, when I try to run the website I get "This page has a redirect loop" message (in Chrome) and "This page can’t be displayed" in IE.
If I remove the whole project and install a new copy of it, it runs OK.
Please help me understand what I did wrong, as I am afraid that if I ever need to update the packages, everthing will stop working
PS the project I am working on is the Wingtip Toys demo from:
http://www.asp.net/web-forms/tutorials/aspnet-45/getting-started-with-aspnet-45-web-forms/introduction-and-overview
org packages.config
<?xml version="1.0" encoding="utf-8"?>< ...
Go to the complete details ...