Questions tagged [dnn9]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.

DNN 9 and the Future of the DNN Platform

137 questions
0
votes
1 answer

DNN 9: how to change TextEditor standard behaviour?

I'm new in DNN world, I would like to change the texteditor behaviour in order to replace self-defined placeholders (retrieved from DB) with specific text. I would like to modify the standard behaviour in order to apply this feature across the…
0
votes
1 answer

Enabling JWT Auth in DNN makes Pages and Users disappear

I'm trying to use JWT Auth in DNN. After enabling it in web.config (code below), my pages and users list does not populate. (images attached). The extension has been installed and I added the code mentioned in…
Sanaa
  • 1
  • 1
0
votes
1 answer

URL Rewrite to correct site language not working properly

I've added the below rule on the webconfig on the DNN9 portal of one of our customers.
Core88
  • 1
  • 3
0
votes
1 answer

Getting "Could not find stored procedure 'dbo.AuthCookies_Update' " Error When Running DNN from Visual Studio

Im trying to run DNN 9.4.1 from Visual Studio. And Im gettin the following error; "progress":54,"details":"ERROR:Could not find stored procedure dbo.AuthCookies_Update" Firstly Ive created dnndev.me database and Ive checked and completed the…
0
votes
1 answer

Dnn Dependency Injection - error occurred when trying to create a controller... make sure the controller has a parameterless public constructor

I have a Dnn module project for a Web API. In the startup I want to configure dependency injection for this module. The error I get is: "An error occurred when trying to create a controller of type 'SchoolsController'. Make sure that the controller…
Jacques
  • 6,936
  • 8
  • 43
  • 102
0
votes
1 answer

Error upgrading 2SXC content from 11.03 to 11.04

I'm running DNN 9.6.2 in Azure as an App Service app. I have 2SXC content 11.03 installed and running well, but wished to upgrade to 11.04. When attempting to install via Settings-->Extensions-->Install Extension, the installation proceeds but…
0
votes
1 answer

DNN9 File Upload with

On DNN 9.6, try to run a custom webform module (built originally on DNN 4.5) I am trying to upload file When first navigating to the page, the upload result is always with the postedfile = null In header/request body, the Content-Type:…
0
votes
1 answer

Server 500 error on portal/stylesheets - DNN 9.6

I upgraded my DNN site from v.8.3 to 9.6 the latest version. My site is loading fine but the portal/stylesheets are not loading. Technically the cases are as below: When the app pool is set as 'Classic', the stylesheet portal/default.css loads fine…
Rick
  • 1,392
  • 1
  • 21
  • 52
0
votes
1 answer

How could be ImageFlow setup as embedded IIS solution like the ImageResizer?

As far as I know the Imazen ImageResizer can be used as an embedded solution in the ISS. This means that, for example, a CMS located in the same IIS I will automatically deliver the images in an adjusted size via query parameters. How this was…
ChW
  • 3,168
  • 2
  • 21
  • 34
0
votes
1 answer

DNN module error after trying to move it from dnn7 to dnn9

I previously have this FAQ module installed on an old system running on DNN 7 and I tried using the same module on a site running on DNN 9.4.1 and I get the following errors: and I obtained the resourse file of this module from the package creator…
andy
  • 17
  • 5
0
votes
1 answer

editing the dnn:pagingcontrol

I want to edit the ascx file for the pagingcontrol because it appears like this: paging control Notice the "Page 1 of 4" and the "First..." sticks together, and it is really annoying to look at. But when i tried to look for the pagingcontrol file to…
andy
  • 17
  • 5
0
votes
2 answers

Page import/export in DNN with 2sxc modules on pages

DNN 9.6.1 2sxc 11.2.0 I have a dev and production site that are (more or less) copies of one another. I created a 2sxc app on the dev site and built some pages. I need to move the pages and the app to the production site. I exported the app from…
Joe Craig
  • 1,244
  • 1
  • 7
  • 7
0
votes
2 answers

DNN Module installation

Is it possible to "install" a module just by pasting the file of the module and just paste it into the DesktopModules folder and have the modules working on the website? If not, is there a way where I can export the whole module from one system and…
andy
  • 17
  • 5
0
votes
3 answers

Export/Import of DNN site

I have a website currently running on DNN 3. I want to do an export of this DNN 3 site and import it onto a website running on DNN 9. Would that be possible?
andy
  • 17
  • 5
0
votes
1 answer

There are no Views in the 2sic App-Media Directory application sample

I've downloaded App-Media Directory 1.0.0.7 from https://2sxc.org/en/apps/app/media-directory-app-for-dnn-dotnetnuke, and install it fine, but when I go into Apps Management I do NOT see any Views (or Queries or WebAPIs), and I believe I've seen…
Vash Juan
  • 37
  • 8