Knowledge Base

Snippets

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
01

Purpose: To search all columns of all tables for a given search string

[Read the rest of this article...]

28
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" />
Posted in: DNN, Web.Config
08
Create an Inline Scroll Box using CSS.  
Posted in: CSS
05
  ' INSERT COMMA IN STRING inString="020312181920" strLen=len(inString) xx=1 for x=0 to strLen -2   inPart=mid(instring,xx,2) ...

[Read the rest of this article...]

Posted in: VbScript
Page 52 of 52First   Previous   43  44  45  46  47  48  49  50  51  [52]  Next   Last