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

Mixing DNN modules that use .NET 2.0 and 3.5

I am running a DNN 4.9.x site with a number of custom modules that we've written. They all use .NET 2.0 until I upgraded one of them to use 3.5. Now I'm getting this error on the 2.0 modules error CS0433: The type 'System.Web.UI.UpdatePanel'…
AndyMcKenna
  • 2,607
  • 3
  • 26
  • 35
1
vote
2 answers

Use Dotnetnuke authentication for a FTP server

We have to put up a new FTP server (FTP on SSL) but want the users to login to it using their username and password from the asp.net website which is on Dotnetnuke. Our website is running on windows 2003 R2. Any idea on how we can acheive this? I…
tigger tigger
  • 109
  • 2
  • 9
1
vote
1 answer

Routing in the DNN 6.2 Services Framework

So I have the basic Hello World service running in DNN 6.2 Services Framework, which is based on MVC. The route, taken from example, is: routeManager.MapRoute("MyServices", "{controller}/{action}", new[] { "HelloWorldServices" }); When my action go…
MysteriousWhisper
  • 678
  • 1
  • 9
  • 19
1
vote
1 answer

DotNetNuke integrated security to SQL Server

I am installing DotNetNuke 7.0.4 to Windows 2008 R2 + IIS 7.5 + SQL 2012 machines. Trying to use Integrated Security on the initial database setup page but always get SQL login failed message. SQL server log shows DNN use [domainname\machinesname$]…
bigapple99
  • 305
  • 3
  • 11
1
vote
1 answer

Users table does not exist

I have made a module that use Users table of DNN. But today I get wired error that Users table does not exist. When I looked in database I saw that Users table name is actually dbo_Users. I thought that DNN Users table always have the same name but…
1110
  • 7,829
  • 55
  • 176
  • 334
1
vote
1 answer

DotNetNuke Popup CSS Disabled?

I am currently able to popup a modal window in DNN with dnnModal.show(Url, ...);. When I view the Url (a page within the DNN website) as a separate page, everything looks as expected (all framework and custom CSS styles apply). When I view the Url…
Mickael Caruso
  • 8,721
  • 11
  • 40
  • 72
1
vote
0 answers

Hot Towel (HotTowellete) as DotNetNuke module

Has anybody ever tried to create a DNN module with HotTowel (or Hotowellete)? I created a module but instantly got errors about virtual directories and such, but I think it is just the tip of the ice. Any ideas will be welcomed. thanks, David
David Barel
  • 285
  • 5
  • 18
1
vote
1 answer

How to display images in search from a dnn module

In a DNN module which is ISearchable, is it possible to return an image with the search result? The class SearchItemInfo has an int Image parameter but seemingly it is not described anywhere how to use it. public SearchItemInfoCollection…
gimpy
  • 1,129
  • 2
  • 13
  • 27
1
vote
1 answer

Executing function in DotNetNuke

I'm not at all a software developer and I need to know how can I average a set of values of one row in a DotNetNuke table inside of Form and List Module. I have tried using this for the expression: 'AVG('+[Num1]+','+[Num2]+','+[Num3]+')' but this…
user2158328
  • 53
  • 1
  • 6
1
vote
2 answers

Dotnetnuke menu custom root

Is there anyway to use the built-in DNN Menu module to display a menu based at a different root node other than the current tab node? Given the following structure: Page1 -child1_1 -child1_2 Page3 Page2(hidden) -child2_1 -child2_2 In this scenario…
cfbarbero
  • 1,607
  • 2
  • 14
  • 26
1
vote
2 answers

Determine Safari browser in skin file?

i'm working in a dnn6 portal and use this code in my skinpage.ascx. but it does not load the SafariSkin.css.