Random Information on DNN #Root #By Sayed Ahmed

DotNetNuke.Common.Globals.NavigateURL() does not do a redirect, it simply creates a target URL based on the parameter you’ve provided.

IIS 7 enable 32 bit application mode
appcmd apppool set /apppool.name:MyNukeSite /enable32BitAppOnWin64:true

on IIS 6
cscript %SystemDrive%inetpubAdminScriptsadsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
aspnet_regiis.exe -i

How to avoid adding multiple references to JQuery Libraries. And how to refer only when JQuery is not loaded. Will help in DNN as well.
// ‘load-jquery.js’
window.onload = function () {
if (window.jQuery === undefined) {
var script = document.createElement(‘script’);
script.src = ‘path/to/jquery.min.js’;
document.getElementsByTagName(‘head’)[0].appendChild(script); // load jQuery
}
};
ASP.NET MVC based CMS

N2 Open Source ASP.NET CMS http://n2cms.com/

Oxite http://www.visitmix.com/Lab/Oxite

Hydrogen CMS http://www.hydrogencms.net/Home.aspx From: http://sitestree.com/?p=2025
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-05-17 21:23:12

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada