Questions tagged [dotnetnuke-5]

DotNetNuke version 5. A .NET based open source CMS.

DotNetNuke is a CMS originally created from a Microsoft .NET Example web application IBuySpy portal. It is available as an open source Community Edition under a BSD-style license. There are also Professional and Enterprise Editions that add deeper workflow and other security enhancements over the community edition.

173 questions
1
vote
1 answer

How does DNN File Based Caching Provider decides to invalidate a cached object?

DNN Blog states: As each server's cache has a dependency on the same file, if the file is modified - then the cache is invalidated and the object will be reloaded from the database, and re-cached. My question is how does file based caching…
Basit Anwer
  • 6,742
  • 7
  • 45
  • 88
1
vote
0 answers

DNN 5.01 Internal Server Error 500 with .NET Framework 4.0

I have a DNN 5.01 installation and upgraded the server so it used .NET Framework 4.0 as i wanted i wanted to get a DNN module working on a portal. The problem is when i change the application pool for that that installation to use .net 4 the site…
PD24
  • 754
  • 6
  • 16
  • 37
1
vote
2 answers

Some questions about Dotnetnuke

I have got some questions about Dotnetnuke: Can i create/run multiple websites having only VS 2010 installed or do i need IIS(Express) ? Does a website create a physical map on your harddrive ? Can DNN be seen as a SharePoint "alternative" ? Once a…
DaSmart
  • 225
  • 1
  • 2
  • 6
1
vote
1 answer

DNN 5 - Role expired, but user can still view pages

I'm testing periodic fee subscriptions in DNN 5. I've set the renewal period on my custom role to 1 day. After 1 day, the subscription shows as EXPIRED, but the user can still view all the pages accessible to that role. Am I missing something?
roman m
  • 26,012
  • 31
  • 101
  • 133
1
vote
1 answer

Programmatically login in dotnetnuke

hey guys, i am using dotnetnuke as my CMS, for some reason i want to manually login user into the site, i am able to login but the problem is, even if i enter the invalid password, still dotnetnuke log me in. i am using below code. UserInfo objUser…
Abbas
  • 4,948
  • 31
  • 95
  • 161
1
vote
2 answers

Ajax onSuccess callback while not having any control over ajax calls

I have a simple JS function that needs to get called when AJAX call succeeds, however i don't have any control over the AJAX calls since the framework (DNN5) handles all that. How do i call my function on AJAX success? I use DNN5 and jQuery, if…
roman m
  • 26,012
  • 31
  • 101
  • 133
1
vote
2 answers

DotNetNuke - Allowing users to save their credentials in their browser

The default behavior of a DNN installation is to prevent users from saving their account credentials in their browser. I believe this is done by changing the ID of the credential input controls on the login page(s), but I am not sure. Is there a…
Brian Webster
  • 30,033
  • 48
  • 152
  • 225
1
vote
1 answer

DNN Database Schema Diagram

I need the Database Schema Diagram for DotNetNuke (ERD) if someone have any idea. I have searched on Internet but have only found this link which contains lots of documentations about DNN. I only need the ER Diagram for the DNN Database. Thanks.
1
vote
1 answer

DotNetNuke 05.06.00 (459) failing with "The AppDomain shut down because of a change to the application level configuration" message

I've developed a DNN5 site for customer locally on my laptop and I am having problem moving it to a production server. Server is running Windows 2008 R2 (IIS 7.5). I've copied all the files, copied db, modified web.config to see the new db, checked…
Filip
  • 681
  • 7
  • 19
1
vote
1 answer

How to handle the "Maximum length exceeded" error nicely?

I encounter "maximum length exceeded" error when I try to upload a document which is 9MB in size. I know that the issue will be solved if httpRuntime maxRequestLength and requestLengthDiskThreshold in web.config are increased but what I am looking…
Thurein
  • 2,536
  • 7
  • 34
  • 49
1
vote
3 answers

Adding DNN module error when control has key assigned

I'm creating a module and I was able to add a user control as a view type and everything worked. I want to add a second control, also as a view type, but that's where trouble begins. If I just add the new control to the module definition, it…
Michael Itzoe
  • 1,949
  • 4
  • 29
  • 49
1
vote
2 answers

Localize the content of a Link Module in DNN

I am using the default Links module to create a list of links in DotNetNuke. So I have added the module inside the page and gave a title of "Links". Then I have added two links pointing to page of my site (Link 1 and Link 2). Now I would like to…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
1
vote
1 answer

Can 'Next Start' DNN Scehdule be edited manually

Hi I am trying to change the Next Start of Schedule in DNN5. I know it is possible to change the Time Lapse that would ultimately change the Next Start of the schedule. But what i want do is to set the the schedule everyday at 12AM. I could do it…
Dhana
  • 371
  • 4
  • 17
1
vote
1 answer

DotNetNuke SSL Fatal Error 552

We've just installed a SSL certificate in IIS and enabled SSL in DotNetNuke. We only secured one page, but now when we try to view the page it hangs. Most browsers aren't giving any valid reason and neither the windows event log nor the DNN log is…
Jacques
  • 6,936
  • 8
  • 43
  • 102
1
vote
1 answer

ASP.NET Page Timeout

I'm using DNN 5.5.0 and RadAjaxManager. If I'm active within the web page everything works fine. However if I leave the page for longer than 2 minutes my AJAX requests timeout (PageRequestManagerTimeoutException). From then the page is basically…
Dave
  • 11
  • 3