Trying to get DNN 5.0.0 running on Windows 7. I've followed all the advice I can find (setting trust to High) etc.
.Net 3.5 is installed (for Ajax) and SQL Express 2005 SP2 is alos installed. All of that seems to be fine.
The error I am getting is:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
In particular, it is pointing at this from the web.config file:
66: </modules>
67: <handlers>
68: <add name="AJAX_ScriptResourceHandler" path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv2.0" />
I'll keep trying things, but if anyone has an idea, please let me know.
Cheers