Applications

white and red do not enter signage

IIS Error “Access to the path is denied”

This is a common error seen when setting up websites or doing upgrades, especially when the website root folder is placed outside of the /inetpub/ folder hive. The main cause is the application pool account does not have ACL permissions to the files and directories. You need to figure out which account is being used. The default account differ between […]

IIS Error “Access to the path is denied” Read More »

Apache Logging Service and Log4Net

Log4net is a popular open source framework of the Apache Logging Project to log application errors for web sites. Log4net is part of the Apache Logging Services project at the Apache Software Foundation. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. The Apache log4net project DotNetNuke and Evoq Starting with DNN v6

Apache Logging Service and Log4Net Read More »

Linux Install a LAMP stack

LAMP stands for Linux w/ Apache w/ MySQL w/PHP.  It one of the most common web server configurations there is.  Several people will debate the naming and say “M” stands for “blah blah” or “M” changed its name, or “P stands for “blah blah blah”. Yep you have lots of choices but originally its LinuxApacheMySQLPHP These steps outlined below should

Linux Install a LAMP stack Read More »

Intro to Identity Claim-based Authentication

What is i:0#.w| If you’re here, you wondering “what is i:0#.w|”? This is a identity claim authentication encoding. It’s used by websites to determine where a claim based authentication is used. It’s main purpose is security access control lists (ACL) and an application needs code to support the method. Earlier Forms Based Authentication and LDAP are early predecessors and is

Intro to Identity Claim-based Authentication Read More »

DotNetNuke Editors

What is the current default for your site Open the web.config and find this line <htmlEditor defaultProvider=”<value>”> <value> is the name of the provider.  You can look it up on this list. History of HTML Editor Providers Editor Provider Name Notes Freetextbox Ftb3HtmlEditorProvider Default from v2.0.0 to v3.0.0. FCKEditor FckHtmlEditorProvider  Default until v5.3.3. No longer developed, its url redirects to

DotNetNuke Editors Read More »

DotNetNuke Errors

Common Errors Web page fails to load when Telerik is used The Telerik editor was used as the primary editor in DNN from 2009 to 2013.  The Telerik failure error was usually caused by a failure to update the web.config file. To fix this: Verify the Telerik.Web.UI.dll version from the website bin directory using Windows Explorer. Go to root directory

DotNetNuke Errors Read More »

Scroll to Top