|
|
www.DNNSoftware.com DNN DotNetNuke
posted on October 27, 2010 14:32
@rUser table (UserId int) 'Set UserID' into @rUser (UserId) values (9)
Print
'=================================='
Print
'DELETE from aspn...
[Read the rest of this article...]
posted on May 27, 2010 12:05
Below you will find a few generic SQL queries for generating reports on DNN Users.
Last Activity:
SELECT Users.Username, Use...
[Read the rest of this article...]
posted on March 06, 2010 14:31
Handy for various DNN modules that required a pipe seperated list of states.
This list is for StateCode.
posted on March 06, 2010 06:17
Script to shrink the DNN log file.
use inetDNN_DATABASENAME
GO
BACKUP LOG inetDNN_DATABASENAME WITH TRUNCATE_ONLY
GO
DBCC SHRINKFILE (inetDNN_DAT...
[Read the rest of this article...]
posted on March 05, 2010 05:06
<add key="PersistentCookieTimeout" value="20160" />
posted on February 28, 2010 04:52
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in:
DNN,
Web.Config