0 .NET 4.5.1 requirement for 0.5 update 2 Michael Garrison posted 10 Years Ago I see in IIS that .net has 4.5 available in the application pool. I don't see any mention of 4.5.1, but when I download the 4.5.1 RTM installer, it asks if it should repair or uninstall 4.5.1, leading me to believe that I do have it installed. But when I download the tester, stick it in my webroot and load the URL, I see this (both from the server and external clients: ---------------------------------- <%@ Page Language="C#" %>< %@ Import Namespace="System.Net.Sockets" %>< %@ Import Namespace="System.Security.AccessControl" %>< %@ Import Namespace="System.IO" %>< %@ Import Namespace="System.Net" %> ROCK RMS ---------------------------------- I kind of assume that's not what I'm supposed to see, so what am I doing wrong? Thanks
Michael Garrison 10 years ago Certainly something like that is more like what I expected to see. And although it looks like sourcecode, I opened up the file and there's a lot more than that in it, so neither is it straight displaying the contents. Weird.Edit: Details, details, details...for some reason it downloaded as DotNetTester.htm instead of the .aspx extension. Which would explain displaying code the HTML engine understood while ignoring the bulk of the code (in an unrecognized tag). Once I changed the extension I saw a screen like you posted. Which was good, since I'd already upgraded to 0.5 =)