All posts tagged 'DotNetNuke'
Check out all of the posts tagged with 'DotNetNuke' below. If you still can't find what you are looking for, try using the search box.
Posted @ 12/27/2011 10:52 PM By Team DotNetix
DotNetNuke is the most widely adopted Web Content Management Platform (CMS) for Microsoft .NET with over 700,000 production web sites worldwide. More than 8,000 applications are available on Snowcovered.com at highly affordable prices. The DNN Framework has plug-ins readily available on installation.
Posted @ 10/15/2011 9:24 PM By Team DotNetix
It is always important to backup your DNN website for disaster recovery purpose. Backup of your DNN site can also be used to move your site to a different server. If you want to restore your DotNetNuke site to a local server,you have to enter portal alias to point the site to the localhost version. You can add the portal alias from admin ->Site Settings portal alias or directly modify the PortalAlias Table to enter your localhost setting.
Posted @ 8/17/2011 8:29 AM By Team DotNetix
Upgrading DotNetNuke is a fairly straightforward process. But there is probability that your site may not upgrade successfully. It is always important to backup your live site before you start upgrading to the latest DNN versions. If you have changed the core code, you have to embed the code in the latest DNN version after upgrade and verify if things are running smoothly.
Posted @ 8/6/2011 10:29 PM By Team DotNetix
This is definitely a problem with Mail Servers. Please set proper SMTP Settings and mail address. If the registration still doesn’t work, tweak a few lines of code in ManageUsers.ascx.vb which is under DesktopModules/Admin/Security Folder. It registers the user correctly but the error occurs in sending mail in UserCreateCompleted Method