dotnetnuke

DotNetNuke: URL problem

URL's are posting in address bar however all pages show up as the home page. I tried to add a document to the documents tab and after seeing inheritance overrides I canceled out of it and now all the pages post the home page. ...

ASP.Net Learning

Hi i am trying to build a website usign ASP.NET what is the best resource or way to learn it? Also do i need DotNetNuke or something similar to manage my project? Thanks in advance. ...

DotNetNuke MySQL

Windows Server 2003. I have an existing DotNetNuke website. SQL Server is currently running and is being used by DotNetNuke. I want to use MySQL for other purposes. Would installing MySQL on the same server interfere with DotNetNuke? It seems that shortly after installing DotNetNuke our website stopped populating pages. ...

dotnetnuke iis 6 problem

i went to the root dir of my website in iis 6. right clicked properties and went the documents tab. i wanted to add a document extension to the list. when i clicked apply i received an inheritance override (UNCPassword and DefaultDoc) pop up showing many dnn files. i clicked cancel in both pop ups and then okay to apply the new docum...

Rewrite URLs for DNN

I have a site and already trying to do a little url rewritting but want to know if there is a solution to make it better my current state urls look like this http://snit.us/Home/tabid/314/CN/1/RE/23/United_States_Missouri.aspx I want to change them to something more ordered so in my new scheme i want to do this http://snit.us/Home/...

Dotnetnuke captcha control customization

Hi, is there any way to customize Dotnetnuke captcha control? I want to change background and text color of the captcha image. I am using dnn 4.xx. ...

Permission denied on jquery.min.js file in DotNetNuke

I have created some jQuery and put it in an ascx include. It works fine on regular pages, however when I load a secured page on my site I get the following javascript error. Permission Denied jquery.min.js Code: 0 Any ideas? ...

dotnet nuke error

Hi there im trying to degub a dot net nuke server error and im not sure where to start. I dnt have the code locally else I could debug (no that im familiar the dnn setup). This bug affects making cms updates to the site with the message 'A critical error has occured', I have been unsuccessfully trying to find out the cause and im finally...

dotnet nuke error

Hi there im trying to degub a dot net nuke server error and im not sure where to start. I dnt have the code locally else I could debug (no that im familiar the dnn setup). This bug affects making cms updates to the site with the message 'A critical error has occured', I have been unsuccessfully trying to find out the cause and im finally...

Dot Net Nuke 5.0 - Good pages with lots of examples of each modules

I am new to DotNetNuke 5.0 and want to find a good website with obvious examples of each of the standard modules and how to configure them. Can anyone point me in the right direction? ...

Where should common static resources (images, js, css, etc) go in DotNetNuke?

Is there a recommended location to store static resources (images, css, js, etc) in a DotNetNuke 5.x installation? There are /images and /js folders as well as a /Resources folder that contains resources. There appears to be some overlap as MicrosoftAjax.js is in multiple locations (but might be different versions?). I also could put r...

Stack Overflow Problem in DotNetNuke

Hi, I'm getting this error message when I try to access my website. Can someone please tell me what is going on? Thanks. V Server Error in '/' Application. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Description: An unhandled exception occurred during the execution of the curre...

DotNetNuke Module Packaging

Does anyone know of any simple, concise tutorials for packaging DotNetNuke modules for DotNetNuke 4 and DotNetNuke 5? Preferably something concerning DotNetNuke 5.4, since that's what I'm running. The examples that I've seen all assume background knowledge, or they are about short-cuts to the existing process. I'm a beginner, so I need ...

DotNetNuke Visual Studio Projects

I downloaded the DotNetNuke Visual Studio Installer, and the only project template I got was a Compiled Module. I've seen screen shots and examples where people had 'DNN Project' projects, and 'DNN Skin' projects. Did something go wrong with my installation? Where can I get a template for a DotNetNuke 5 Skin project? ...

Referencing a Compiled Business Layer in a DotNetNuke Module

I was wondering if it is possible to create a DNN module that references a compiled business layer, instead of using just the data provider approach that's included in the default project. How would such a project be deployed? Just copy the compiled assembly that I'm referencing into the website bin folder? ...

AddThis share button wont work in DotNetNuke

For some reason when I add a HTML module (well the default module added to DNN 5.4) and then add the "AddThis" javascript. While the button shows up clicking on it opens up a new page rather than showing an iframe modal message or on hover a list of popular social media networks to share the page with. Wonder what would be the easiest wa...

How to remove Dot Net Nuke Version from title

For some reason all my DNN pages (I have installed DNN automatically using Godaddy) have the DNN version (Alpha Version 5.2.000) at the end of every page title automatically how can I disable this? ...

How to create user properties in a dotnetnuke module?

Hello, I want to create user properties in a dotnetnuke module. I know I can create them manually in Admin->User Account. But I want to create them in my module so the user of the module needs not to create them manually. ...

How to get all usages/references of control in DotNetNuke?

Sorry for lame question but I am literally starting with DNN. When you are in admin/design mode you can list all modules used, and when you click on module at the end you will see the list of controls used in this module with info about filename of the source. The problem I have is in reverse -- I already know the filename with source,...

Removing the "category" and "tag" section from every DNN page

I have installed DNN Alpha version 5.4.0.107 every page has a category and tag section at the end of it. How do i get rid of this? ...