| | | | | | | | | Mitchel Sellers' DotNetNuke, .NET, and Other Topics Blog |  |
| | | | Subscribe To Blog Updates by E-Mail
|
|
|
Articles from March 2007 | | | | | | Converting/Integrating ASP.NET Application with DotNetNuke. Options available?
By Mitchel Sellers on Friday, March 30, 2007 @ 1:00 AM | | | |
522 Views :: 0 Comments :: :: DotNetNuke
| | | | The question has appeared multiple times recently regarding methods to convert a standard ASP.NET application into a DotNetNuke module as well as options to “integrate” an existing ASP.NET website into DotNetNuke. This concept is very complicated for many individuals to follow and below I will discuss the options available to those looking to either integrate solutions or to create new DotNetNuke modules from existing applications.
|
| | | | View Full Article... | | | | |
| | | | | | Public Notice Regarding Forum Exploit
By Mitchel Sellers on Friday, March 30, 2007 @ 1:00 AM | | | |
286 Views :: 0 Comments :: :: DotNetNuke, Announcements
| | | | I have received numerous e-mails today regarding an exploit that was used on my site today to direct my forum's page to http://www.google.com. I have identified the root cause of the issue and am working to resolve the underlying issue. At this time I have removed the forums module from the general public view. I will plan on re-enabling this later this evening once I have access to correct the bad database entries. I have been in contact with the DotNetNuke core team regarding this issue and I have been assured that in 4.5 it should be resolved. I am also preparing a "Securing the Forums Module" blog which will walk you through a procecdure that I have tested that should prevent this type of exploit from occuring again in the future. Again, I greatly appreciate the feedback and the prompt notice everyone has given me. I will work to get this back online as soon as possible! |
| | | | |
| | | | | | On Vacation the week of 3/19
By Mitchel Sellers on Sunday, March 18, 2007 @ 7:00 PM | | | |
219 Views :: 2 Comments :: :: MitchelSellers.com, Announcements
| | | | Everyone,
I will be on vacation the week of 3/19 with no access to the internet so there will be no new blog postings or replies to comments during this period.
When I get back look for blogs on the following topics in the upcoming weeks.
- Packaging DNN Modules (Included modified core modules) for installation on another DNN Portal
- Upgrading DNN from 3.x -> 4.x with detailed instructions, including disaster planning tips
- Using the DNN Label control
- Installing DNN on Windows Vista and IIS 7
- Creating a DNN Page Template
- SQL Server Performance tuning
Also, look for announcements regarding the following two DotNetNuke Modules I am working on!
- CurrentWeatherConditions Module (Free Module, slated for release by 4/1
- Quiz Module - New module planned (Details coming before month end)
As always enjoy the articles and I will get back with everyone as soon as possible upon my return!
Also, if you have any special requests for blog postings/tutorials please send me an e-mail!
|
| | | | |
| | | | | | Logging ASP.NET Application Restarts
By Mitchel Sellers on Thursday, March 15, 2007 @ 1:00 AM | | | |
1039 Views :: 3 Comments :: :: DotNetNuke, ASP.NET, .NET 1.1, .NET 2.0
| | | | Like many ASP.NET programmers I utilize a third party hosting company to host all of my sites. We have all ran into situations where we have been loosing sessions and other oddities and it would be very helpful to find out exactly what caused the application to restart. Well thanks to this post on DotNetNuke.com by Frankt I have found a way to track this information. In this entry I will provide you with code that can obtain this information |
| | | | View Full Article... | | | | |
| | | | | | DNN Guestbook 1.0 - Table Layout (Standard Guestbook)
By Mitchel Sellers on Sunday, March 11, 2007 @ 1:00 AM | | | |
223 Views :: 0 Comments :: :: DotNetNuke, Announcements
| | | | I have been asked recently for an example of how to setup the DNN Guestbook 1.0 module to display records in a more traditional guestbook manner. I have just posted a template to the forum that will accomplish this desired look and feel. If you have a template that you think would be helpful please feel free to share it in the forums! |
| | | | |
| | | | | | Manually Migrating Users (3.3.5 -> 4.4.1) Revisited
By Mitchel Sellers on Saturday, March 10, 2007 @ 7:00 PM | | | |
613 Views :: 4 Comments :: :: DotNetNuke, Tutorials
| | | | | This blog post is actually a revisit regarding the manual migration of users from DNN 3.3.5 -> 4.4.1. I am revisiting this topic due to some script errors that individuals have noted experiencing while migrating user accounts. If you are migrating to a clean installation of 4.4.1 you shouldn't have any troubles using the old blog post here. This new posting simply adds additional duplicate checking to ensure that the copied user accounts do not exist in the destination database. Added sections to the scripts
will be noted with a comment prior to the entry in the WHERE clause. Please
NOTE this SHOULD prevent the number of script errors encountered when trying to
merge records into an existing database but it CANNOT be considered a perfect match.
If migrating into a heavily used new database you will need to take a different
approach with the DNN users and user |
| | | | View Full Article... | | | | |
| | | | | | How to create a backup of DNN and the database
By Mitchel Sellers on Thursday, March 08, 2007 @ 7:00 PM | | | |
4285 Views :: 6 Comments :: :: DotNetNuke, Tutorials
| | | | | Another very common question that I see regarding DotNetNuke is when and how should I backup my DotNetNuke site. This topic is VERY important and requires a bit of planning, especially if you do not have direct access to your database server to perform your own backups. In the following sections I will first talk about what you must backup and why some of those items are very important. I will then discuss how to perform a DNN backup and SQL Server backup, both for SQL 2000 and 2005. Finally I will discuss options available for third party modules for performing backups for individuals that do not have direct access to their servers. |
| | | | View Full Article... | | | | |
| | | | | | Multiple errors after selecting vertical menu in DotNetNuke 4.4.1
By Mitchel Sellers on Thursday, March 08, 2007 @ 1:00 AM | | | |
266 Views :: 0 Comments :: :: DotNetNuke
| | | | There have been numerous reports on DotNetNuke.com about errors encountered after switching to a skin with a vertical menu in DotNetNuke 4.4.1 if using a clean installation. These errors are typically "Null reference exception" errors, however some individuals have received general "an error has occured" messages with a portion of the site still visible. If you have recently switched to a vertical menu and are receiving these error messages it is quite possible that you are missing a few required .dll files for the vertical menu system. It appears they were left out of the DNN installation files for 4.4.1. To fix this issue you will want to download a copy of DotNetNuke 4.3.7. Once you have downloaded 4.3.7 you will want to copy the following files from 4.3.7's bin folder and place them in your 4.4.1 bin folder. - DotNetNuke.DNNTreeNavigationProvider.dll - DotNetNuke.ASP2MenuNavigationProvider.dll - DotNetNuke.Caching.BroadcastPollingCachingProvider.dll - DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataProvider.dll - DotNetNuke.DNNDropDownNavigationProvider.dll - DotNetNuke.DNNMenuNavigationProvider.dll After you have copied each of these DLL files over you should notice that your errors will go away. Good luck! As always, feel free to provide comments below or ask questions in the forums! |
| | | | |
 | |
| | | | |
| | | | | | | | | Archive |  |
| | | | | | | | |
| | | | | | | | Categories |  |
| | | | | | | | |
| | | | | | | | Donate |  |
| | | | | | | | |
|