I'm going to use DNN Platform (v7.x) website as wiki portal for web application I'm working on.
Question: what licensing rules are applied to it? During installation I wasn't asked to accept any agreement, and at http://dnnsoftware.com site is only…
With a DNN site where the user's credentials are set based on their AD login, if that user is an Admin or Host user, is there a way for the user to choose to see the site without all the Admin/Host functionality? I.e., is there a simple way to allow…
I just migrated my localhost installation of DNN over to an internal development server. I have everything setup as on local (permissions, app pool, etc.).
The home page on the dev server pulls up just fine, so I know I have access to the db, but…
I am facing an issue with DNN7 link manager. I have a created a parent site like for example www.dnndemo.com.In home page i created a contact us button(Not included this in main navigation) in home page which will link to contact us page using link…
I am preety new for DotNetNuke. I want to create a sample skin and that I can use for my aspx page. I have downloaded and installed Starter Kit. Please help me how can I integrate my skin file to the aspx page. All I know is we have to do some steps…
I am trying to secure my DNN site running on DNN version 7.01.02
WHat i am looking for is that anybody who registers for a new account must enter a valid email id and should be able to login only after he clicks the verification mail.
Currently the…
(Q) How do I fix DotNetNuke when it gives this error?
Handler "ExtensionlessUrl-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list
I've installed DotNetNuke using videos provided, see next…
I'm trying to get the FileID of a file based on the FileName. This is what I have, but it returns false. Any ideas?
Dim oFileInfo As New DotNetNuke.Services.FileSystem.FileInfo
oFileInfo.FileName = "4secapplication.PNG"
Dim FileID As…
I know that this is not real coding issue question but I can't find god resources about this topic.
Although there are few tutorial none of them explain in details with good example how to style dnn menu.
What is the "real world" way to style dnn…
I am using the following tools;
Visual Studio 2010 Professional Edition.
Sql Server 2008 R2
DotNet DNN_Platform_07.02.01
Microsoft Windows 7 Ultimate.
I have successfully configured DotNetNuke on IIS but when practically installing it creates…
I am trying to upgrade from the free version of DNN (Community Edition, 7.01.02) to Evoq Content (paid, 7.02.00).
I unzip the install, Evoq_Content_07.02.00_Install.zip, over the top of my Community web site and after triggering the upgrade process…
I've been trying to simplify a large chunk of DotNetNuke for our users; since they have zero knowledge on Administration, Development, and Design.
So I configured DotNetNuke's Site Alias feature.
Changed Canonical to None
Disabled Auto Add Site…
I am using DNN7.1 and it´s DAL2 which is based on petapoco.
I want to insert and update multiple items at once to reduce network traffic and connections to my SQL Server db.
This is from my "ServiceController.cs":
[AllowAnonymous]
…
What is the best way to upgrade a local development version of DNN source without destroying the database (pages, settings, module settings, etc..)?
I'm currently moving from 07.00.XX to 07.02.00 and there is a tremendous amount of refactoring,…