Mitch's Blog

Filter Posts By
Mar 09, 2007

How to create a backup of DNN and the database

Another 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 Article
Feb 24, 2007

Promoting DNN User to Super user

This follow-up post discusses the process to change a user account to a "host" account via SQL. This is a follow-up from my previous blog regarding creating a DNN Host account via SQL.

Read Full Article
Feb 23, 2007

Creating DotNetNuke Host Account Via SQL

This posting provides a guide on how to create a new host account within DotNetNuke from your SQL Database. This is very helpful if you ever get locked out of your host account for any reason or for all of the new DotNetNuke users that have been having installation problems with the host and admin accounts. NOTE: This is provided for your use at your own risk!

Read Full Article
Feb 13, 2007

Upgrading from DotNetNuke 4.3.5 (and other 4.x versions) -> 4.4.1

I have been answering a large number of questions regarding upgrading from DotNetNuke 4.3.5 to 4.4.1 and have created this document to outline the process to complete the upgrade. Please note that I am not responsible for any data loss or corruption that might result from an unsuccessful upgrade of DotNetNuke. Also, even though this tutorial is guided towards users of 4.3.5 this should work for any 4.x version to upgrade to 4.4.1, the upgrade process for 3.x users is NOT the same.

Read Full Article
Feb 12, 2007

Changing passwords in ASP.NET 2.0 applications from the database

At one time or another I think everyone has been locked out of a system and not been able to get back in. This can be especially troubling if you happen to be locked out of your administrator account. I have seen many people asking how to reset passwords for the host and admin accounts with DotNetNuke so I thought I would write up some simple instructions on how to change a password via the database for any ASP.NET 2.0 website.

Read Full Article
Feb 05, 2007

Importance of the ASP.NET Membership "applicationName" Setting

One configuration setting that seems to be overlooked frequently with ASP.NET 2.0’s membership provider is the applicationName setting. This setting is very important if you ever want to move your application from one server to another or if you want to share users between multiple ASP.NET applications.

Read Full Article
Feb 01, 2007

DNN Upgrade to 4.4.1 Problems with Compression

As I mentioned on my homepage I have upgraded this site to DotNetNuke 4.4.1. Overall this was a very smooth process as the actual upgrade went off without ANY problems!  For those of you not aware, when you are upgrading a DNN site you can place an app_offline.htm file in the root of your DNN Location and it will take your application offline.  This is a VERY important feature for those of us with slow upload speeds to our web hosts!!

Read Full Article
Dec 12, 2006

Using Regular Expressions (Part 2)

This is the second part of my Regular Expression overview. In the first article I discussed the basics of creating Regular Expressions and provided a link to test expression patterns using the .NET Framework RegEx classes.  In this article I will discuss the various actions that can be taken to match values in a string using regular expressions.  I will also discuss how you can implement a SQL CLR UDF to allow regular expression validation from your database to provide a strong level of input validation at the database level.

Read Full Article

Notice

Content 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.