Unable to Find Script Library WebUIValidation.js

For an old DotNetNuke website I encountered the error: Unable to find script library ‘/aspnet_client/system_web/1_1_1_4322/WebUIValidation.js’ I ran the command Aspnet_regiis.exe which is located in the directory C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322. C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322/aspnet_regiis.exe -c The utility aspnet_regiis.exe is installed a a part of the .Net Framework. Using the utility allows the version of .Net Framework to be registered with IIS […]

Read More… from Unable to Find Script Library WebUIValidation.js

Access maxRequestLength Parameter in web.config File

The maxRequestLength parameter configured in the web.config file can be used as a comparison to limit the maximum uploaded file size. An httpRuntime entry taken from a web.config file, showing the parameter maxRequestLength <httpRuntime shutdownTimeout=”120″ exectionTimeout=”900″ useFullyQualifiedRedirectUrl=”true” maxRequestLength=”16384″ requestLengthDiskThreshold=”16384″ requestValidationMode=”2.0″ /> The parameter is accessed through the httpRuntimeSection class. Dim cfHRS as System.Web.Configuration.HttpRuntimeSection  = System.Configuration.Configurationmanager.GetSection(“system.web/httpRuntime”) […]

Read More… from Access maxRequestLength Parameter in web.config File

DotNetNuke Admin Skins

The DotNetNuke admin Skins page allows the skin and container to be defined for the website. There is also a section, skin Designer, which allows the settings for the tokens used within a skin or container file to be amended. The admin skins page is divided into two sections, skin editor and skin designer. Skin […]

Read More… from DotNetNuke Admin Skins

DotNetNuke Admin Lists

The Admin Lists page provides a simple management of lists. The lists allow a portal specific replacement for the core host lists. To edit an existing list, click on its name. The addition of a new entry looks much like that for editing an existing entry (accessed by clicking the pencil in the row). As […]

Read More… from DotNetNuke Admin Lists

Changing Username

DotNetNuke usernames cannot be directly changed. The other details regards the user account, such as first and last names and the display name are available. A DotNetNuke username is changed by accessing the database directly. To make the changes to the database host (superuser) access to the DotNetNuke installation is required. As host user navigate […]

Read More… from Changing Username