A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.
Questions tagged [dnn9]
137 questions
0
votes
3 answers
Is there a specific DNN Table which can be used to store Product Reviews or third party data?
I want to know if there is a specific DNN table in which I can store Product Reviews or any additional information?
Correct me if I am wrong, but I think at the moment you can only use ModuleSettings and TabSettings to achieve this?

Tig7r
- 525
- 1
- 4
- 21
0
votes
2 answers
Can I add web.config settings to a DNN module manifest file?
I am trying to add the following code to my web.config file when installing a DotNetNuke module.
All the Sample files I have seen references providers and existing components on DNN. https://www.dnnsoftware.com/wiki/manifest-config-component
I was…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
DNN Rewriting and cutting off Querystring even though I have a Regex setting
Our DNN website is rewriting our product SKU which is part of a Querystring when navigating from a Product Filter Page to a Detailed Product View page.
Unfortunately, some of our products have a forward slash in the SKU for example, BD0002/DSDS
The…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
How to get the current Pane ID a module is placed on in DNN?
How could you retrieve the unique ID of the Pane a DNN module is placed on?
I found this article but it is using Razor and only the ModuleID is being retrieved. I need the Pane ID that is containing the…

Tig7r
- 525
- 1
- 4
- 21
0
votes
3 answers
How do I create a DNN module which can be placed on the same page multiple times with different content in the settings?
I am creating a module which will allow me to save HTML content in the settings section of the DNN module which will be stored on the Portal Settings.
How do I ensure my setting is unique only for the current container it is placed on? How can I get…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
SearchItemInfo is Obsolete. Deprecated in DNN 7.1
I am trying to Implement the ISearchable on one of our modules.
Visual Studio is indicating that SearchItemInfo is Obsolete and Deprecated in DNN 7.1.
I found this article, but it does show the new alternative code which I must use and there is so…

Tig7r
- 525
- 1
- 4
- 21
0
votes
0 answers
Default Pages in DNN wont load as I deleted the 404 Error page
I was trying to solve a problem by deleting a 404 Error page in DNN (Recycle Bin was also cleaned) so that I can create a completely new page.
When I try to go back to Site Settings > Site Behavior > Default Pages, it fails to load and gives a wrong…

Tig7r
- 525
- 1
- 4
- 21
0
votes
2 answers
Edit is missing and Add Item not working in 2sxc 9.32.1 on DNN EVOQ BASIC v. 09.01.01
Just upgraded to DNN EVOQ BASIC v. 09.01.01 (113) and 2sxc 9.32.1
After placing the Content module on a page, some of our templates do not have Edit options and some of them that have an Add Item option doesn't do anything after clicked.
When I…
0
votes
1 answer
2sxc Adam folder list
I have a problem with listing/showing Folders created within Adam's File Library?
I have dowloaded Adam 2.0 tutorial from your site
I can't get them listed even in downloaded template and example "Another one rides the bus". If I change template…

Ivan Podrug - e1
- 1
- 1
0
votes
1 answer
How to give a user Admin Rights to only one DNN Portal?
How can I give a new user only Admin Rights to one DNN portal?
Currently, we have two portals but I only want to give the users rights to the one portal on DotNetNuke.

Tig7r
- 525
- 1
- 4
- 21
0
votes
0 answers
How to solve error "Recursive read lock acquisitions not allowed in this mode"
I have update my website from DNN 8 to DNN 9.
Their is already a functionality to print or download in the module.
When I am downloading file it is given me below error and after that my website stop working on each event I am getting same…

Hemant
- 83
- 3
- 17
-1
votes
1 answer
DNN SendGrid confuguration is NOT working
I am using DNN 9.1 and I am trying to set the SMTP configuration by my SendGrid username and password, but this error always appears.
FYI, my old account was working properly but it stopped working suddenly, I created a new one and added it to the…
user14203603
-1
votes
1 answer
Can't edit certain pages on DNN site after upgrade to 9.01.01
We recently upgraded one of our client sites to 09.01.01 to address a Telerik vulnerability, and then had to migrate the site from managed.com to Azure due to manage.com's outage. After the upgrade, a couple of pages on the site have been…

user3562286
- 151
- 2
- 13
-1
votes
1 answer
How to recover DNN Site
One of our client has a DNN Site. There was some issue happened in the server and the drive that host the site is crashed. Luckily the database was in other drive. So we have database of the site. I have a back up of the site in my local system too.…

love thakker
- 460
- 2
- 13
- 29
-1
votes
1 answer
DNN site running slow in dot net nuke version - 9.4.1
I have recently upgraded my website to the dot net nuke version- 9.4.1 but here getting performance issue, the website runs slow. I have searched for this and applied the performance configuration inside the server setting and also did the cache…