Skip to content

{ Monthly Archives } August 2007

Using ASP.NET AJAX with DotNetNuke 4.5 or greater

I’ve recently been doing some website UI work using the ASP.NET AJAX extensions in which I had a ScriptManager instance and controls that needed updating within an UpdatePanel instance.
It turns out that it’s not as easy as moving the web control to my DotNetNuke site and loading it up, I got the following error: Only one instance of [...]

Installing DotNetNuke on a Server 2003 box

I spent a some time recently getting DotNetNuke installed on a Server 2003 box, with help from a variety of sources. So I thought I’d bring it together to one post… hope this helps someone! To do so:
1. Add an Application Server role in the Server Roles application. This installs IIS and ASP.NET onto the server.
2. Then install Visual Studio 2005 — doing [...]