DNN: HttpContext.Current.Session not Working
I’m not an expert in .NET programming and I’m trying to solve this problem but no success.
I’m not an expert in .NET programming and I’m trying to solve this problem but no success.
One of our production servers running DNN (DotNetNuke) recently stopped working after being rebooted. All requests now give the following error:
Using DNN (dotnetnuke, dnnsoftware) CMS, does anyone have any idea how to split up skin ascx files (eg. myskin.ascx that uses header.ascx and footer.ascx) but still have the ability to use DNN panes in these header and footer skins?
I’m having some luck but it’s not working 100% yet.
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:
Can users request that their password be emailed to themselves if the password is stored as a hash value?
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 as DNN modules that in turn talk to backend WCF-services which takes care of the business processing and data storage.
I’m working on a hack to the DotNetNuke Events module. I’ve got the source set up and it built A-OK without modifications. However, when I change the EventMonth.ascx file, Visual Studio updates the .designer.vb file associated with it… and declares two objects with the wrong type! It looks like this:
I’m trying to get the FileID of a file based on the FileName. This is what I have, but it returns false. Any ideas?
I have an ASP.NET web application “K” that has its own authentication and authorization built on SimpleMembershipProvider.