Validating a GUID Value With Regular Expressions
A simple RegEx allowing validation of GUID values can be very helpful in situations where user feedback is needed.
Read Full ArticleA simple RegEx allowing validation of GUID values can be very helpful in situations where user feedback is needed.
Read Full ArticleWell, yet again I decided to upgrade my DNN installation to the newest version. This time when I was testing my upgrade as I always do with my development environment at home I ran into a few more problems than what I encountered in previous upgrade attempts. Therefore I thought I would share the items that I have recently identified as being important to watch when upgrading. Most of the items I will discuss below are web.config settings that must be copied over successfully. To view my comprehensive guide to DNN upgrades, please look at my previous postings under DotNetNuke.
Read Full ArticleThis tutorial article outlines the process to migrate DotNetNuke (DNN) blog entries over to the Ventrian News Articles platform.
Read Full ArticleAt one point or another everyone has a need to include an HTML form within a DNN website. This might be to link to a PayPal Buy it now button or one of many other options. Well as most of us know it is not possible to simply put an HTML form into a Text/HTML module and have the form submit. This is due to the ASP.NET form that is existing in the website that is used to handle all server-side controls. However, there is a fairly simple method to allow the form to post using some simple javascript.
Read Full ArticleAt one point or another, it seems that almost everyone accidentally makes a change to a DNN installation that ends up breaking things. One of these situations that I never considered in the past was the accidental application of a skin with errors. I was contacted by someone today that accidentally applied a skin that caused a null reference exception, this caused the entire site to be unavailable. They could not access any pages and could not get back to the skin admin pages. Well, this leads me to find a method of resolving the issue via the database. In this entry, I will describe the steps needed to change the skin to a default skin via the database.
Read Full ArticleThe question has appeared multiple times recently regarding methods to convert a standard ASP.NET application into a DotNetNuke module as well as options to “integrate” an existing ASP.NET website into DotNetNuke. This concept is very complicated for many individuals to follow and below I will discuss the options available to those looking to either integrate solutions or to create new DotNetNuke modules from existing applications.
Read Full ArticleLike many ASP.NET programmers, I utilize a third-party hosting company to host all of my sites. We have all ran into situations where we have been losing sessions and other oddities and it would be very helpful to find out exactly what caused the application to restart, we will discuss in this posting how to log this information
Read Full ArticleSo you have created the nice new skin that you have been looking to use with your DNN site, but you don't know how to set it up to upload to your site. Well the process is actually very simple if you follow the steps inside this entry.
Read Full ArticleThis tutorial is a followup to my DNN backup tutorial. This document will discuss how you can restore your DNN site from your database .bak file and your DotNetNuke .zip file. This could be to either restore a damaged DNN installation or to move a DNN installation to a new server.
Read Full ArticleAnother very common question that I see regarding DotNetNuke is when and how should I backup my DotNetNuke site. This topic is VERY important and requires a bit of planning, especially if you do not have direct access to your database server to perform your own backups. In the following sections I will first talk about what you must backup and why some of those items are very important. I will then discuss how to perform a DNN backup and SQL Server backup, both for SQL 2000 and 2005. Finally I will discuss options available for third party modules for performing backups for individuals that do not have direct access to their servers.
Read Full ArticleContent provided in this blog is provided "AS-IS" and the information should be used at your own discretion. The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer or any other affiliated company.
This blog’s content is copyright protected. Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided. Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.