Just because you're doing a lot more, doesn't mean you're getting a lot more done!

Running Umbraco v4 on ASP.NET 3.5

Posted in   Umbraco

A project I am currently working on is based on the soon to be launched Umbraco v4 and as I will be running it on a new server I wanted to use the lastest and greatest version of the .Net framework. I didn't get off to a great start as the ASP.NET AJAX references in the Web.config all target version 1.0.61025.0 of the System.Web.Extensions so the applcation throws exceptions. Thankfully it didn't take long to stumple across a blog post that helped me towards the solution. Adding the following(below) to your Web.config references the correct versions of the extensions nice and easy and gets things back up and running. [sourcecode language="xml"] [/sourcecode]


comments powered by Disqus