i have a website that i now support and need to list开发者_如何转开发 all live pages/ url\'s.
I need more than 开发者_开发百科one email account to receive an email of a new user registration in dot net nuke 5 portal.
I am new to DotNetNuke configuration side. I want to download dotnetnuke 5.4 and want to 开发者_如何学运维install on my machine.
Is there some way to get code highlighting / pretty text in 开发者_如何学运维VS2008 for DotNetNuke\'s SqlDataProvider files? They\'re very difficult to read otherwise.
Trying to follow internet guides I\'ve found, but there seems to be a difference in the way the latest version works.
I\'d like to leverage the DotNetNuke logging system (both Event Logging and Exception Logging). However, I\'m concerned about potential performance issues if we begin logging too many Events.
Are there any potential drawbacks to using DotNetNuke 5.4 with ASP.NET 4.0 vs. ASP.NET 3.5开发者_开发知识库?The only real big risk at the moment would be with third-party components that might not hav
I\'m trying to add Forum module to my Web Site , so I add dlls, components and modules and : <%@ Page Title=\"\" Language=\"C#\" MasterPageFile=\"~/Site.master\" AutoEventWireup=\"true\" CodeFile=
i w开发者_Python百科ant to have my dnn portal send me and another person an email whenever someone registers as a user.
I want to write a DotNetNuke module that can take an HTML form and parse or transform it into an asp.net form that would then do a HTTPPost to the page specified in the HTML Form\'s action property.