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
0
votes
1 answer

Dot Net Nuke 5 calling webservice in module

this is very confusing for me, cannot picture how it can be done. I have the following scenario: I have a server A & server B, Server A hosts an application that saves in it information. Server B hosts a Dot Net Nuke website where the information…
IanCian
  • 1,098
  • 2
  • 16
  • 34
0
votes
1 answer

How to upload new skin on dnn 05.06.03

I have a website which was initially made on DNN 4.(??).(??) hosted on win server 2003 Recently I installed a new server, Win server 2008R2, and I migrated the site on this server, and upgraded up to dnn 05.06.03. Initially I was trying to update to…
bzamfir
  • 4,698
  • 10
  • 54
  • 89
0
votes
1 answer

After DNN Database migration, DNN shows a successful log in in the EventLog table, but It actually does not have me logged in

So I have moved a good number of DNN database/websites and not encountered the following issue. After moving and getting the site back up and running, when I try to log into the site with either a Super User or typical user account the following…
pghtech
  • 3,642
  • 11
  • 48
  • 73
0
votes
1 answer

IE Conditional statement not parsing correctly in DNN (dotnetnuke)

I am using three conditional CSS files in my site, one for ie7, one for ie8 and one for IE only. IE7 and 8 are parsing properly when I parse the skin but for some reason, IE only conditional does not want to parse correctly, leaving this when the…
SixfootJames
  • 1,841
  • 5
  • 26
  • 42
0
votes
1 answer

LOGIN token not working in DotNetNuke

I've added the login token to my site so that I have a link to log into DNN in my footer. Once the skin has been parsed, the Login link appears and it sends me to the login page where I can log in which it does successfully. The link then changes to…
SixfootJames
  • 1,841
  • 5
  • 26
  • 42
0
votes
1 answer

Dot Net Nuke site landing page loading more time for the first time

DNN site taking more time to load landing page for the first time.
0
votes
1 answer

how to install dotnetnuke on windows 7 IIS 7.5

i want to install dotnetnuke on windows 7 IIS7.5, does any one know how to install dotnetnuke, i have already created the blank website and also have a database, but i dont have any knowledge to install dotnetnuke. Please revert...
Abbas
  • 4,948
  • 31
  • 95
  • 161
0
votes
1 answer

Host Menu Items are not visible in DotNetNUke

I am using DNN 5.2.2, host menu items are not visible on site when i click on host menu it return me blank page http://...../host.aspx Can any let me know what is the problem. Thanks
Prabhakar
  • 11
  • 5
0
votes
1 answer

User Migration with DotNetNuke 5.6.2

I need to transfer users info from the live DB to its new home (which was created via a backup of the live DB so Im only looking to port new users across.(running sql sqerver 2005) I can Transfer the aspnet_ tables without any issue However when I…
Matt
  • 1,038
  • 7
  • 27
0
votes
1 answer

DNN legacy migration yields "object reference not set to an instance of an object"

This question has been asked before and I've spent two days chewing through it all, to no avail. I've worked in and around DNN since the very early days (anyone remember the IBuySpy portal from 20 years ago?), and I've migrated more than a dozen…
Brackett
  • 1
  • 1
0
votes
1 answer

DNN Version 5.6.2 on windows server 2012 r2

We are using DNN Version 5.6.2 in our application and the application is running properly on windows server 2008 r2 with IIS Version 7.0, SQL 2008 R2, Visual studio 2010 and Net framework 4.0. Now plan is to upgrade the current windows server i.e.…
0
votes
2 answers

Skin to Speed Up DotNetNuke Load Times During Module Development?

Are there any minimalist skins for DotNetNuke that are well suited to speeding up page load times during module development? My page loads (especially for logging in) are quite slow on my development machine and it's a completely fresh…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

What does the WSP stand for in the WSP model of development? (DotNetNuke Module Development)

I'm reading this tutorial on DotNetNuke Module Development, and I'd like to know what the acronym WSP stands for in phrase "the WSP model of development". I know what they are referring to when they say the WSP model of Development, it's the model…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Including an assembly with your DotNetNuke Module?

I'm developing a DotNetNuke Module using the nonIIS method of module development. Is there any way to include a 3rd-party assembly in your module (when setting it up for deployment)? I thought about adding it as a reference to the dotnetnuke_nonIIS…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Custom message box in Asp.Net

I am trying to bring in a Custom message box functionality for an application developed using the DotnetNuke CMS.When i googled i came across this link source code in Java for message box display I have no idea on Java.Now i would like to know: If…
balu
  • 322
  • 4
  • 13