Questions tagged [dotnetnuke]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke, and DNN Platform and Evoq (the Commercial Product built upon DNN Platform).

The DNN (DotNetNuke) Platform is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal, it was first released under the moniker IBuySpy Workshop. It is an open-source project (MIT license) and part of the .NET Foundation. There are also commercial solutions built by DNN Software, including Evoq Content. Overall, the platform runs over 700,000 known production websites.

Originally DNN was written in VB.NET. With version 6 of DNN, a switch was made to C# as the development language for the core platform. The name changed from DotNetNuke to DNN Platform in 2013 (with the commercial solutions changing from Professional Edition and DNN Social to the Evoq Suite of solutions).

More information and additional support resources can be found using the following links.

  • dnncommunity.org - The official DNN Community Website, including blogs & discussion forums
  • dnndocs.com - The official DNN Platform Documentation
  • GitHub Repository - Where all source code, bug reports, feature request,s and releases can be obtained from
  • Security Center - A listing of all known security issues and mitigations
  • DNN Store - the official marketplace for DNN extensions
3491 questions
1
vote
1 answer

DNN PayPal settings checking receiver_email

On one of the pages of my DNN website I've set up a BuyNow button inside a HTML/Text module. The button does a POST on submit to the PayPal Sandbox URL. I've also set up a REST based service which PayPal is going to post the IPN information to. In…
filipcampeanu
  • 159
  • 1
  • 9
1
vote
1 answer

Edit and package DNN module without solution file

I've recently been given a DotNetNuke module to edit and publish back to the website. However the module folder that I have been given is missing the visual studio solution file. It has all the individual cs files so I can open them up one by one…
jimminybob
  • 1,392
  • 2
  • 24
  • 60
1
vote
5 answers

ASP.Net Web Site Won't Compile, But Works Anyway?

I have an ASP.Net 2.0 web site, using the DotNetNuke framework (4.09), and it will not compile, but when I hit the site in a browser, it works. Even the parts that don't compile will work. How is IIS able to compile and run this site, when Visual…
Jasmine
  • 4,003
  • 2
  • 29
  • 39
1
vote
1 answer

Categories in DNN Wiki module?

I am trying to use the DNN Wiki module to house a large document that is broken down into sections. So for example, Chapter 1 has an Introduction, 3 Parts, and an Appendix; and Chapter 2 has an Introduction, 6 Parts, and an Appendix; and so on. I…
webdevanddata
  • 167
  • 13
1
vote
2 answers

How to publish dotnetnuke website to azure?

I am looking at migrating a dotnetnuke website to Azure. I need both staging and production versions of the site to be running. I have looked at using Azure Websites, but at the moment there is no support for SSL on custom domains so this can't be…
ryanthescot
  • 327
  • 4
  • 16
1
vote
2 answers

Email in dot net

Request your help for adding a table in the email in dot net nuke. Dim lnk As String = GetModLink() Dim msg As String = "Dear " & objUser.DisplayName & ",

" msg += "We are pleased to inform that you are approved.…
user410565
  • 87
  • 1
  • 1
  • 4
1
vote
2 answers

DotNetNuke web.config exceeding maximum size

I have a website using DotNetNuke, and after a few days running normally it started to return "Internal Server Error" for any request, including images or any other file type. After some investigation, I noticed that web.config file size had…
Mj. Logan
  • 35
  • 2
  • 6
1
vote
1 answer

How to navigate to a module in DNN?

I create a DNN module and add it in module lists. Now i want to call it, i've tried this: Response.Redirect(Globals.NavigateURL(this.TabId, "Control Key", "parameter"), true); but it opens the default page, that is empty! Where is my module?!?! or…
maryam mohammadi
  • 694
  • 3
  • 14
  • 27
1
vote
1 answer

H264 Video in DOTNETNUKE

We are about to add h264 video to our website. So far it looks like we are going to use Ultra Video Gallery 3 Professional Edition. What are the good alternatives?
Ken Wren
  • 150
  • 1
  • 8
1
vote
1 answer

Testable DotNetNuke Module where the EditUrl or NavigateUrl are called

I'm using the WebFormsMvp framework to do TDD while developing a DNN Module (DNN 6.1). I'm following the most recent tutorials I can find, but have run into issues with DNN's ModuleInstanceContext class. E.g., if I try to call ModuleContext.EditUrl…
1
vote
2 answers

.NET CMS that handle complex surveys

Our customer wants to migrate from DotNetNuke to another open source .NET CMS. I'm looking for something that will have the same advantages as DNN+Dynamic Forms/Registrations - ie. possibility to create complex surveys with events (showing one field…
cand
  • 2,615
  • 4
  • 18
  • 13
1
vote
2 answers

How can I get data from another database in dotnetnuke?

I'm just beginning to develop modules for dotnetnuke (just 2 weeks ago), I've installed DotNetNuke 6.2 perfectly on XP, I'm working with VS2008, and SQL SERVER 2008 express edition. I have a database called "dnn" that I use for the tables for…
1
vote
0 answers

Is it possible to create a Dot Net Nuke partial view for an MVC site?

I am looking at the posibility of integrating a third party component into our MVC-based site. The reason is that we want document handling and search features without taking the full job of implementing it from scratch. I'm unsure about the way to…
mr foo
  • 114
  • 3
1
vote
3 answers

using dotnetnuke (dnn) with with subversion

Currently i am developing sites using DNN framework. Currently my development and staging environment is same. Client is vewing same site which I am using for development. I have started using tortoise svn (subversion) for maintaining versions and…
user20031
  • 31
  • 1
  • 3
1
vote
1 answer

Dot Net Nuke Site Aliases

My DNN woes continue. The site alias was s-fr-dnn/MNTCDNN/accr2011 (I didn't set this up). It was suggested I remove the MNTCDNN portion of the alias (now it is s-fr-dnn/accr2011). I did so, and now I get "resource not found errors". So, I decided…
Erik
  • 279
  • 1
  • 3
  • 14