dotnetnuke

Does .net nuke support ajax?

When i try to add a .ascx control which uses ajax, I get an error. Is there any way to include ajax built controls in .net nuke? ...

Movable control/panel with using ajax?

I need to create a movable / dragablle panel/control without using ajax and then include it in .net nuke . Can anyone suggest please? ...

IIS 6 www redirect to non www

We have a Dot net nuke site setup to run on a domain, we would like all http://www.site.com to redirect to just http://site.com. I can find lots of info for IIS 7 but very little and certainly nothing that has worked for IIS 6. ...

Does DotNetNuke support ASP.NET MVC?

Hi, I'm going to build a web app. I need some CMS that can be integrated with ASP.NET MVC. The possible solution list is: 1) Oxite 2) MVC CMS 3) AtomSite 4) N2. Sorry for obvious question, but can the DotNetNuke be used with ASP.NET MVC? TIA ...

Dnn Module Packaging Question

Hi, I have folders inside a module which I developed and there are many files inside them. How can I package the folders with files? Should I archive the folders in a zip file? If so, how can I extract them again? ...

How to use transactions in DotNetNuke (entangled with L2S)?

I use L2S at my module. The problem occurs while I'm using the default DNN entities at the same TransactionScope with my L2S data access, then I get a DTC request which I want to avoid. How can I share the connection/transaction for both DNN entities and my L2S data access? ...

Error installing a module in DotNetNuke 5 - No manifest

We're using DotNetNuke 5.01. I've downloaded a module from a third party company. While installing the module using the host Module Definitions page, I get this error: This package does not appear to be a valid DotNetNuke Extension as it does not have a manifest. Old (legacy) Skins and Containers do not contain manifests. I...

Dotnetnuke and gzip

I am currently running Dotnetnuke version 4.9.4 and would like to enable gzip compression. My concern is that IE6 prior to SP2 has known issues with gzipped content. Does the Dotnetnuke framework handle the gzip issues with IE6 or will I need to apply a fix outside of the framework? ...

Master Pages in DotNetNuke

Hi, I want to create a master page for my dotnetnuke web application, can u give me guide lines for how to create master page and how to register into dotnetnuke. ...

DotNetNuke 5 - Are there any best practices for migrating existing aspx-based website into DotNetNuke

Hello, our website resides on iis-server and is completely written with Expression Web using templates and pure html-pages based on those templates. There's also some slight functionality built using c# in code behind. Now i've been looking into DotNetNuke 5 as an alternative, so that our content editors (no tech bg) wouldn't have such...

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 error: The SELECT permission was denied on the object 'sysobjects', database 'mssqlsystemresource', schema 'sys'. I logged into the data...

integrating with dotnetnuke

I have a simple asp.net program with forms authentication, session management etc. This application is complete in itself with sql server used as backend. I was contemplating putting this as a module in the dotnetnuke(dnn) framework, I tried to find a good documentation on the web but could not find exactly what I was looking for! I am ...

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 TransactionScope()) { var portalController = new PortalController(); var portalId = portalController.CreatePortal( ...

links module in DotNetNuke

Hi, I want to add links module to my DotNetNuke Application but it can't be appeared in the module dropdownlist in the add module control panel. Please give me suggestion from where we can retrieve the links module..... ...

how modules can linked

Hi, In my dotnetnuke application i added so many modules, i want to display the content in the contentpane when i clicked on the items that is in in the left / right pane. Can you give me the code for navigating the modules.. ...

Leading DotNetNuke news and forum modules?

I'm in the position of having to either recommend an existing or develop a custom news and forum module for a DotNetNuke installation. Both modules need to have the features you'd expect from such a module. Quite an open set of requirement, but that's all I have so far. I've been brought in to rescue an Intranet redevelopment project wh...

Best wiki for dotnetnuke

I've tried the wiki that comes with DotNetNuke and we don't like it at all. Can anyone suggest a better wiki that we could use with DNN 5? ...

DotNetNuke 'Run As Script' sql option

What does the 'Run as Script' option do in the Host->Sql page in DotNetNuke? ...

howtodeploy dotnetnuke webapplication in webserver

Hi, I created one dotnetnuke web application and also i worked with the database aslo, now i want to deploy in my webserver as a portal. How to deploy the dotnetnuke web application in my web server, I want the steps how to deploy the dnn application.. ...

Dotnetnuke menu custom root

Is there anyway to use the built-in DNN Menu module to display a menu based at a different root node other than the current tab node? Given the following structure: Page1 -child1_1 -child1_2 Page3 Page2(hidden) -child2_1 -child2_2 In this scenario I will be having 2 menus on this skin. One will be normal navigation based off of the...