Tagged Questions

DotNetNuke is an open source web application development framework and CMS.

learn more… | top users | synonyms (1)

35
votes
26answers
18k views

Joomla, Drupal, or DotNetNuke?

I'm in the process of starting my own podcasting website. I'm trying to find a good cms to use. At work, I'm a .Net developer and we are starting to use DNN for some small projects around the office. ...
21
votes
1answer
294 views

Null Reference exception DNN Core 5.6.3

My site has been running fine for sometime now until recently I see in the event viewer a null reference exception in the DNN core: DotNetNuke.Common.Globals.GetStatus() in ...
10
votes
10answers
3k views

What is the difference between framework and architecture?

Really want to know diffenrence between framework and architecture. like dotnetnuke is the framework and mvc is the architecture. so if we take both this as a example. then can anyone tell me ...
10
votes
6answers
4k views

DotNetNuke vs Sitefinity

In 2009 Readers' Choice awards, in the Web Content Management category,DotNetNuke Professional Edition took the runner up spot and Telerik's Sitefinity CMS received an honorable mention, dropping down ...
8
votes
2answers
189 views

What's so bad about running an IIS web application from an UNC share, as suggested in DotNetNuke docs?

I've been taught in the past that it is unwise to run a web application from an UNC share. Reasons I remember are security, rights and authorization trouble and performance. However, in the DotNetNuke ...
7
votes
3answers
415 views

Does DotNetNuke 6 support Ajax Control Toolkit?

Does anybody have successfully working module in DNN 6 with the Ajax Control Toolkit? My modules stopped working when we migrated from DNN 5.x to to 6.x. Modules compile without errors but I am ...
7
votes
1answer
2k views

Dotnetopenauth oAuth Service provider explanation

I am a total newbie in the oAuth area and have set up DotNetOpenAuth to set up an oAuth Service provider. The sample provided in the DotNetOpenAuth download is quite confusing for me...maybe cos i am ...
7
votes
5answers
2k views

Which CMS is easy to use DotNetNuke or Umbraco. Further can we integrate our existing project with it?

We are in the process of implementing a CMS for our project which currently extensively uses asp.net master pages and css. Also the application is data-driven and controls like gridview and listview ...
7
votes
6answers
3k views

Is There a Good CMS to Use with ASP.Net MVC

I have a small site I developed for a friend that uses ASP.Net MVC and was wondering if I could hook it up to dotnetnuke or another CMS. Or is doing an admin site using dynamic data?
6
votes
1answer
113 views

Arabic Characters in URL

I have created a website using DNN. The site has arabic characters in URL after the domain name. For example: http://www.example.com/اسعارالعملات.aspx. My questions are: Is this URL read by non ...
6
votes
7answers
279 views

Is DotNetNuke documentation really largely void or is it only available in the commercial editions?

I have a difficulty with a statement on the DotNetNuke pages about the documentation only being available when you pay $2000 or more for a professional or higher license. The forums are flooded with ...
6
votes
3answers
5k views

“The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine”…DNN

I'm trying to get a new DotNetNuke site up and running on our 64-bit server, and I'm encountering the following error message: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local ...
6
votes
7answers
647 views

Why are images and javascript files included in DNN no longer cached on the client after I replace them?

I installed DotNetNuke version 4.9.2 and I'm watching the primed cache states using Firebug and YSLOW... All the images and javascript are cached on the client, unless I replace them... So If I ...
6
votes
6answers
2k views

Should we build our next generation web application on the DotNetNuke platform?

We are currently considering using DotNetNuke as a base for our future portal-based and client-customizable web application that is going to be hosted centrally. The idea is to make the dynamic parts ...
6
votes
1answer
2k views

Dotnetnuke development environment and deployment

My company is redesigning our intranet site and decided to go with DotNetNuke as the solution to implement. Now for the past year I've been trying to drive changes here about keeping development, ...
6
votes
3answers
2k views

DotNetNuke vulnerabilities

Anyone familiar with specific security issues in the current version of DotNetNuke? (I've already checked out their site, securityfocus, etc...) I've reopened the question, since my client developed ...
5
votes
2answers
169 views

CSS @import Best Practices

I'm soliciting opinions about what is the best way to handle @import's or to avoid them all together. Working with DNN I'm finding that, while skinning, the CSS for all the various overriding ...
5
votes
1answer
142 views

DotNetNuke module Page_Load fires twice

My module's Page_Load event is firing twice for each "actual" load. On the initial load both loads' Page.IsPostBack property is false. I've renamed Page_Load to Module_Load to verify the name wasn't ...
5
votes
5answers
216 views

When my large ASP.NET site is updated, IIS has to recompile a lot of it. Is there a way to cut down my compile time significantly?

DotNetNuke is a large ASP.NET CMS which is mostly pre-compiled, as are most of the modules contained within. When we deploy our DotNetNuke site changes, we have two bits of recompilation that occur ...
5
votes
2answers
1k views

Print to DotNetNuke Event Log/Viewer

For debugging purposes, how can I print to the event log/viewer in DotNetNuke, using VB.NET or C#?
5
votes
2answers
2k views

DNN 5 - DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() throws NullReferenceException

Posting as a reference when redirecting to custom controls in custom DNN 5 module, I get InnerException: Object reference not set to an instance of an object. Method: ...
5
votes
3answers
1k views

Deploying DotNetNuke and separate ASP.NET Application together - Possible Issues?

I am making this in a proactive attempt to head off any potential problems which could arise from this. The situation is that we are developing an ASP.NET application for a client which will handle ...
5
votes
5answers
5k views

Best DotNetNuke url rewriting approach?

I would like to implement a URL rewrriter for DotNetNuke. Have questions as to whether this is a good or possible approach and any suggestions other developers may have. Can I add a dynamic or static ...
4
votes
1answer
189 views

Looking for a HTTPHandler to modify pages on the fly to point to a CDN

What I'm trying to do is create (or perhaps one already exists) a HTTPHandler that will filter the HTML generated ASP.NET to use the content delivery network (CDN). For example, I want to rewrite ...
4
votes
2answers
583 views

Difference between DotNetNuke.Services.Mail.Mail.SendEmail and DotNetNuke.Services.Mail.Mail.SendMail

I want to send an email after a registration process in a DNN module. When i searched i found that there is an in-built mail class in dnn. But it contains two methods - SendEmail and SendMail. What is ...
4
votes
1answer
164 views

How can I add a title for the module settings in DotNetNuke?

For a custom module developed in DotNetNuke (05.01.01) I have added additional settings on the settings page were I have the "Module Settings" and "Page Settings" but I couldn't figure out how to add ...
4
votes
3answers
183 views

How can I launch a windows application from a webpage?

We have a company intranet and the powers that be think it would be nice to have a collection of icons/links representing the applications that most reps use (Outlook, Excel, few other apps). The ...
4
votes
2answers
317 views

DotNetNuke: Why doesn't “Remember me” work like I expect?

Running the latest version of DotNetNuke, version 5.6.1 and cannot find a good answer to why Username and Password cannot be remembered on a DotNetNuke site. This thread goes on about cookies but ...
4
votes
3answers
572 views

ASP.NET MVC within DotNetNuke?

Is it possible to build a DNN module that uses ASP.NET MVC? Granted that DNN doesn't support ASP.NET MVC out of the box...but since both DNN and MVC run on top of the ASP.NET pipeline... The reason ...
4
votes
4answers
2k views

Change favicon in DotNetNuke portal

I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom ...
4
votes
2answers
693 views

DNN Containers

This might be a general question, but I can't seem to figure it out. What are containers in DNN? Skins are essentially a layout plus a colour scheme for the whole portal. So are containers the skin ...
4
votes
3answers
173 views

Speeding up ASP.NET development

We're developing web applications using DotNetNuke as a framework and our custom modules for required functionality. The problem is, that it takes a long time for the website to load when you do any ...
4
votes
3answers
2k views

Help with Elmah Configuration in ASP.NET

I'm trying to setup ELMAH to log errors for our application. I have successfully added the modules and am having no problems loading the ErrorLog page (elmah.axd). However, Elmah isn't logging any ...
4
votes
1answer
1k views

DNN 5 - Can't get current ModuleId from nested user control in cutom module

I'm writing a custom module for DNN 5, and I need a "Manage" link to be on every control in the module. I created a new UserControl ("ManagerLink") that inherits from PortalModuleBase, put my link ...
4
votes
2answers
1k views

Dotnetnuke Version Determination

I've been tasked with fixing a dotnetnuke installation that was simply copied from one server to another and the first thing I need to do is figure out which version it is. What's the easiest way?
4
votes
4answers
613 views

What does “Nuke” in DotNetNuke mean?

A co-worker asked me how the word "Nuke" relates to CMS? To be honest I never thought about it, and there wasn't any information on the web that I could find. Francisco Burzi wrote that his Perl ...
4
votes
5answers
3k views

In ASP.NET how you get the physcial file path when HttpContext.Current is NULL?

I'm working with DotNetNuke's scheduler to schedule tasks and I'm looking to get the physical file path of a email template that I created. The problem is that HttpContext is NULL because the ...
4
votes
2answers
387 views

What are some good Module Development Solution/Environments/Best Practices for Dot Net Nuke Modules

I've been developing modules for DNN since version 2 and back then I was able to easily able to run my module as I developed it on my environment and still easily deploy my module as a DLL. When ...
3
votes
2answers
33 views

Can DNN Skins have content panes with a blank element instead of a div?

All example skins I've seen use <div id="SomethingSomethingPane" runat="server"></div>. Is it possible to use something other than a div? Ideally I'd like to use something that doesn't ...
3
votes
3answers
125 views

Recommendations for DotNetNuke ecommerce module and payment processor for selling software components

I am looking to add an ecommerce module to sell software components to my website. The website uses Dotnetnuke 6 / SQL Server and I have an HSBC business account that I would like to receive payment ...
3
votes
2answers
104 views

DotNetNuke Upgrade Telerik Error

I'm trying to upgrade from 05.05.00 to 05.06.03 and getting Telerik-Install-Errors which I can't solve.. Anyone can help? 00:00:00.015 - Installing Package File Telerik_05.04.00_Install: Error! ...
3
votes
2answers
237 views

how to format date time at time of binding in gridview

I have a field of type DateTime which is bound in gridview. Now, i would liketo display only date from this field, and not time. Date Should be in 1/1/0001 this format. I am using DotnetNuke My code ...
3
votes
1answer
84 views

Error when installing DotNetNuke 5.6.3 using IIS 7.5 and Windows 7

I am getting error HTTP handler and MIME type which I never got when i worked on Windows XP and IIS 5. Please provide steps to configure any ASP.Net application on IIS 7.5 and windows7. Thanks in ...
3
votes
1answer
78 views

Generate URL from FileId in DotNetNuke

I'm trying to create a link to a file to put into an email when a user completes their upload. How do you do this in DotNetNuke? The file is saved correctly and I have all the file information but I ...
3
votes
1answer
75 views

DotNetNuke File Management

I'm working with DNN 5.6.2 and i'm trying to build a custom module where users can upload a file that I run validation against. If the file is valid then it is saved. There is one root level directory ...
3
votes
3answers
89 views

Dot net nuke without module development?

*This is more of an architecture level question. I am new to DNN development , we are trying to build an e-commerce site which will showcase all the products which will be tied to our current order ...
3
votes
3answers
1k views

Easiest way to create a Module in DotNetNuke 6 and to debug

Can I avoid all the packaging and just create a Web application with a .ascx file and use that? The closest thing I can find is this article which is for 5.1 and does not completely work for v6. ...
3
votes
1answer
131 views

Move modules via drag and drop on DotNetNuke layout editor?

I would like to move modules via drag and drop as an admin. It would have to trigger those same "Move to X Pane" links? I saw this link that shows dragging and dropping modules as an admin for layout, ...
3
votes
2answers
30 views

Can one easily 'plug-in' an existing credentials repository to use when authenticating users on a DotNetNuke web site?

Can one easily 'plug-in' an existing credentials repository to use when authenticating users on a DotNetNuke web site and can we then take advantage of the DNN authorization framework? More ...
3
votes
1answer
152 views

How to create a DotNetNuke installation package with custom data, modules, and skins

I have a need to create my own DNN installation package that will include my custom modules and skins along with pages and sample data. Is there a way to do that?

1 2 3 4 5 18