DNN DotNetNuke
Dotnetnuke a well known open source .net cms framework. In here you can find the tips, tricks to improve dnn performace, custom modules.
1. System.Web.Script. Serialization. JavaScriptObjectDeserializer. DeserializePrimitiveObject
After google a while, and find a lot of same errors in DNN forum without a solution. and for my case this is only happened to FF old versions.
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))
After I up...
continue reading »
Today we upgraded our DNN from 4.9.5CE to DNN 5.1.4CE. The upgrade process is smooth, and there is one error during upgrade. But everyting is working fine so far. The Host and Admin links changed a lot. It takes some time to get use it. The Dashboard link under Host is still there, but the control file(ascx) is not found. I have tried to fix i...
continue reading »
I have added the DNN module and Skin Object for Google custom search, with Adsense support. The module and skin object are using JavaScript to trigger the search function, No form and Postback required, I am using this skin object replace the dnn core search skin object. The reason is that I only need the google search. I have disabled th...
continue reading »
If you use the automatic backlinks services of "www.automaticbacklinks.com" for DNN, you will find that AB does not provide a module for DNN, and the source code they given for .net does work with DNN also. The main problem is the code provided by AB does support UrlRewriter.
So I have to write the module myself. Basicly the module should support ...
continue reading »
From last post:
DNN DotNetNuke Viewstate Optimization, I have show you how to save the viewstate in disk by modifying the DotNetNuke framework. But there is a disadvantage, if you upgrade your DotNetNuke to a new version, you have to modify the files again. That is not the right solution, I have googled a lot and check the dotnetnuke's source file. And I foun...
continue reading »
If you check DotNetNuke's home page's source, you will find that the ViewState will take a lot of space at the top of page. almost one whole page. This is not good for the SEO. Maybe Google is very smart now to handle this, but we are not sure about it. So how to remove the viewstate from the page? In the Host Setting Page, DNN only provide 2...
continue reading »
Why your dotnetnuke/asp.net web site is running slow, there are three main reasons: The internet connection is slow Your dotenetnuke hosting server is slow Your dotnetnuke is "unloaded" from memory How to solve this? Change to a faster internet connection Change your host to some better host, such as: PowerDNN Use some Keep Alive service, which ...
continue reading »