That’s many ways to develop DotNetNuke module. You can install DotNetNuke template for Visual Studio 2005, launch the Visual Studio and then open the DotNetNuke solution to start develop in desktopmodule directory and App_Code directory.
That is another way to develop the DotNetNuke Module without open the DotNetNuke solution, but you need to install the Visual [...]
Archive for July, 2008
Develop DNN Module with Visual Studio 2005 Web Application Project
Posted in DNN Module Development, DotNetNuke v4, dnn, dotnetnuke on July 29, 2008 | Leave a Comment »
DotNetNuke Scheduler
Posted in DNN Module Development, DotNetNuke v4, dnn, dotnetnuke on July 28, 2008 | Leave a Comment »
If you wish to have a backend process inside DotNetNuke, check out this article
some code example you can view it here
Keep the Session Alive for DNN
Posted in ASP.NET 2.0, Active Directory, DNN Module Development, DotNetNuke v4, asp.net, dnn, dotnetnuke on July 7, 2008 | Leave a Comment »
Well, last week I m face a serious problem of session timeout when the user not do anything for 30 mins..
I m tried to change the session value in web.config, IIS setting to increase the session but still not luck!
End up, I choose to do it with the HTML Refresh Tag, created a html page, and then [...]
DNN Tips: Prevent Hidden page display in search result
Posted in DotNetNuke v4, dnn, dotnetnuke on July 1, 2008 | Leave a Comment »
If you have a hidden page, but when user search, the result will still display, to avoid the hidden page display in search result, you can remove the view permission for all users, you can uncheck the “all users” from admin -> page -> your page.