douglasmcgregor.co.uk

Archive for February, 2010

.NET Error: No http handler was found for request type 'GET'

by Douglas McGregor on Feb.12, 2010, under Geeky Stuff

How to solve.

Simply open the IIS manager, go to Application Pools, and change Managed Pipeline Mode to “Classic”.
Works perfectly after this.

I haven’t found anything to suggest why it would do that in “Integrated” mode.
Thankfully it’s working again now. I can relax

Leave a Comment more...

Successfully Installed DotNetNuke

by Douglas McGregor on Feb.06, 2010, under Geeky Stuff

Now that my website and email server are successful, I can start exploring other CMS’s.   Enter in DotNetNuke.

We used DotNetNuke at Strathclyde University, where I was on work experience.  DotNetNuke is basically an open source content management system based on ASP.NET, using SQL Server.  My whole idea is to install these CMS’s and play around with them and see how they work.  I got to know how DotNetNuke worked at Strathclyde, but I have bad memories of working there, so those memories are better left in the past.

A couple of errors were encountered during the install wizard, but most of them were very simple to fix. I Googled them in desperation, and for the database error people went as technical as saying to delete the instance folder of SQL Server in Program Files. No need, you simply have to choose SQL Server 2008, NOT the Express File option. Also, choose integrated security, assuming you have installed SQL Server 2008 Express. The other error looked like an Ajax related error, and there were quite a few discussions about it on forums, but that seemed to go away after I installed .NET Framework 4 Beta.

I wanted to boast about this on Facebook, but didn’t want to annoy everyone, then I remembered that that’s what my website is for.

Link to my installation of DotNetNuke:

douglasmcgregor.co.uk/DotNetNuke

Hope everyone has a good weekend!

Leave a Comment more...