DNN

Snippets

 www.DNNSoftware.com DNN DotNetNuke

27
  @rUser table (UserId int) 'Set UserID' into @rUser (UserId) values (9) Print '==================================' Print 'DELETE from aspn...

[Read the rest of this article...]

27
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 in: DNN
06
Handy for various DNN modules that required a pipe seperated list of states. This list is for StateCode.  
Posted in: DNN
06
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 in: DNN
05
<add key="PersistentCookieTimeout" value="20160" />
Posted in: DNN
28
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in: DNN, Web.Config
Page 7 of 7First   Previous   2  3  4  5  6  [7]  Next   Last