Feeds:
Posts
Comments

Archive for July, 2008

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 [...]

Read Full Post »

If you wish to have a backend process inside DotNetNuke, check out this article
some code example you can view it here

Read Full Post »

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 [...]

Read Full Post »

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.

Read Full Post »