Either DotNetNuke UserController.GetUser(PortalId,开发者_开发问答UserId,false) or UserController.ValidateUser(...) inside TransactionScope is causing TransactionAbortedException and the innerException
I have a DNN site (05.02.03) in test and nearing release into production and I would like to suppress the details of error me开发者_高级运维ssages (i.e. Null Reference Exception, and others) to genera
our client needs to shortcuts to particular pages We need to redirect non existent urls like http://site.com/promotion1
We have had multiple DNN sites running for quite a few months now without any issues.Twice in the last 3 days our sites have gone offline by the addition of the app_offline.htm file in the root dir.
I am setting up a web site for a football club and I am wondering which CMS to use. I am a developer but I am doing this as a favour to a friend and would rather grab something with modules in it (re
I have to implement oAuth with DNN. How should i proceed? Should I use t开发者_开发技巧he existing oAuth libraries and just create a new provider for oAuth authentication or should i proceed otherwise
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 ri开发者_如何学Cd of this?You have a few options.
I have never used DotNetNuke before. I\'m thinking about giving it a try to help me build websites, and I\'d like to hear from other developers who are in a position to compare DotNetNuke 开发者_开发百
Can someone provide a simple C# example of retrieving data from the database in the co开发者_高级运维de behind of a DNN module?I suggest downloading and studying the data access examples from two rece
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