dotnetnuke

HttpContext.Current.User.Identity.Name with and without www

Hi, I am writing a web service in vb.net/asp.net 2, that needs user's name. It works fine when the url request is "www.mysite.com" but if any one has logged-in using "mysite.com" without a "www" and goes to the page that calls my web service, The HttpContext.Current.User.Identity.Name gives null. How can I resolve this problem? Many ...

DotNetNuke SSL Fatal Error 552

Hi there, We've just installed a SSL certificate in IIS and enabled SSL in DotNetNuke. We only secured one page, but now when we try to view the page it hangs. Most browsers aren't giving any valid reason and neither the windows event log nor the DNN log is showing any errors that would help. Firebug shows that the initial request for...

How to create a simple DNN module?

Hello, I would like to know how to create a simple DNN module, for example a simple form like a Suscribe or similar. Thanks!! ...

Easiest way to develop DNN modules ?

What is the easiest way to develop dot net nuke modules ? I tried VS starter kit, but you have to copy modules to the web server and run them there. Is it possible to setup the dev environment that you could just hit 'F5' and see/debug your module. ...

Is there a way to make the DNN Host account User Switcher part of the Admin functionality, not just Host?

I have a requirement to allow portal Admins the ability to impersonate a site user, not the Host account(s) and limit the users the Admin can impersonate to only users of the portal. Can this be done in DotNetNuke or would this require all custom coding/module development? ...

In DotnetNuke , how can we make manageable footer area per portal

Hi, I am using DotnetNuke 5.4 Community and I have met with a specific requirement. I need to make it possible a configurable footer area (i.e a DNN admin should be able to manage the content & image to be displayed in footer area) on a portal basis. As now I can change the header logo on portal basis, the same functionality need to b...

Linq to sql in DNN compiled module

I would like to create a linq to sql class library that I can reference in all of my custom modules for this project I am working on. Does anyone have any suggestion or examples that I may reference? I have about 3-4 custom modules requirements that all will pull data from the same set of tables. I could implement this using the standa...

Savings Counter Module for DotNetNuke?

I have searched long and hard for module that would show Customer Savings(in $$). There are two ways I wish to possibly implement this. Method One: Customer enters a "base" $$ amount, start date, and an incrementing value per time period Ex: Base=$1,000,000; Start:1/1/2010; Increment=$100; Time Period=Minute This would diplay $1,432,000...