ASP.NET MVC eurl.axd errors
Using the following steps: (I have checked this similar post, which does not solve my problem.) Under Windows Server 2003/IIS6, I create a new site called "testapp" In VS2010, I create a new ASP.NET MVC 2 application. I add a view called "Info" with the following code: <h2>System</h2> <h3>Request</h3> <% foreach (string key...