6
votes
7answers
331 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
621 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 …
5
votes
6answers
713 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?
5
votes
1answer
750 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, …
5
votes
3answers
408 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 …
4
votes
2answers
174 views
Recommended DotNetNuke module project templates
Every module I've developed is separated into 2 folders:
DesktopModules/[ModuleName] - contains .aspx and .aspx.cs files.
Modules/[ModuleName] - contains a class library project with the rest of …
4
votes
1answer
710 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 …
4
votes
3answers
418 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 …
3
votes
2answers
65 views
DotNetNuke ‘Run As Script’ sql option
What does the 'Run as Script' option do in the Host->Sql page in DotNetNuke?
3
votes
1answer
51 views
How to use transactions in DotNetNuke?
I'm trying to do the most simple thing and apply a transaction to the CreatePortal method.
If I'm using TransactionScope - It promotes to DTC for some unknown reason - BAD.
using (var ts = new …
3
votes
2answers
183 views
The SELECT permission was denied on the object ‘sysobjects’, database ‘mssqlsystemresource’, schema ‘sys’.
SETUP: SQL Server 2005 & DotNetNuke 05.01.02.
This started with me trying to install a DNN Module that had "select * from dbo.sysobjects" in it's SQL scripts. That failed with the following …
3
votes
2answers
130 views
Single Sign 0n between DotNetNuke, Classic ASP app, ASP.NET app
We run multiple apps to provide services to our members at our organization
1. DotNetNuke as CMS
2. Classic ASP custom app for membership management and event management
3. ASP.NET app for providing …
3
votes
2answers
91 views
DNN Containers
Hi,
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 …
3
votes
1answer
272 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: …
3
votes
1answer
422 views
DotNetNuke module development with webservices
I need to deploy a webservice as part of a DotNetNuke 4.x module that I'm creating - but am not sure how I can do that and know that it'll always stay in the same place. How can I add an asmx file to …
