I made a pair of controls... For DNN I built a DesktopModule, which you can upload, and then use a FriendlyURL to move it to the root... It dynamically pulls your sites tabs, and exposes them as a google sitemap. You can see a sample at http://www.danbartels.com/googlesitemap.aspx
Read More...
If you are like me.. Your DNN portals site maps are fairly static... Yes, I am adding content, and have some RSS feed data, but I am rarely if ever adding new pages... So I decided to just use a manual process to make my SiteMaps (in lew of a better free
Read More...
I was taking a DNN and Community Server database, which I had created locally and uploading it to a Godaddy account via their SQL control panel... This is a bit of a pain, because they don't give you the ability to backup and restore your database, so
Read More...
In a previous post I eluded to the fact that I was thinking of extending the DNN PA Installer / specifically the .dnn manifest parser, to give the developer greater functionality... I have since overcome one of my biggest challenges. I have found that
Read More...
DotNetNuke provides end users (well hosts anyways) a really nice end user experience for installing 3rd party modules into the DNN framework. They have an installer that does a file upload on a zip file, unpackages it on the server, and parses an XML
Read More...
As we continue to look at potential integration paths between Dot Net Nuke and Community Server, I thought it would be nice to get the two running under the same IIS website... Actually to do this is rather quite simple... All you HAVE to do, is: Upload
Read More...
Create a new database on your SQL Server... If you are using integrated security, then you need to give the web user dbo access to your new database. To use SQL security, make a new login, and on the database access tab, select your new database, and
Read More...
Here is the simple file I created to format my blogs RSS feed into a list of blog titles for my home page RSS module Just put the contents into an XSD file, and upload it to your DNN site... Then choose that file as the XSD stylesheet for your XML (RSS)
Read More...
I just finished upgrading www.danbartels.com from the 3.0.9 code to 3.0.13 It went fairly smoothly... I have to say there is a huge performance difference, with 13 being much faster than 9 There are also some nice features of 13, like the ability to set
Read More...
I have been very fortunate to be able to blog, and that my blog has been growing... But as such, I have really run into a problem finding blog entries... especially when monitoring feed
...
Read More...
I got a 404 when looking for this on MSDN so I decided to post my cached copy... this is from the man Dito, I claim no responsibility for its content, but it is an essential guide to the long
...
Read More...
Not getting any content or all of your content in your search results, you need to check the table Nata1_Log on your SQL server.... Infact you should set up a maintainance job to empty this
...
Read More...
As is turns out this is simple to do...
Just add this DLL to your website
And add this to the system.web section of your web config.
<httpModules>
...
Read More...
So, you installed DNN (version 2.1.2 specifically) and started using it.. pretty cool how it automatically configured itself huh... And whoops now you noticed that it is not using your c
... Read More...