|
|
www.DNNSoftware.com DNN DotNetNuke
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