Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Where in db to manually set siteWhere in db to manually set site's Secure=false?
Previous
 
Next
New Post
9/18/2008 1:03 PM
 

as per the subject, where is this? I locked up a portal by accident, having no ssl certificate, and i cannot find the location in the db to revert back this particular setting. thanks for any quick reply! drew.. 

 
New Post
9/18/2008 2:22 PM
 

I am not really sure.  But my guess is in the ModuleSettings table.

Stuart


Hilbert Solutions, LLC
Owner, Hilbert Solutions, LLC
http://www.HilbertSolutions.com
A DNN Service Provider
From Module Development to DNN Upgrades, your one stop DNN Shop
 
New Post
9/18/2008 2:23 PM
 

Hi Drew,

Secure settings for individual tabs are configured via the IsSecure bit in the Tabs table.

The portal-specific settings are actually contained in the ModuleSettings table.  You can view a portal's SSL settings with the following query:

SELECT ModuleSettings.*
FROM ModuleSettings
INNER JOIN TabModules
 ON TabModules.ModuleID = ModuleSettings.ModuleID
INNER JOIN Tabs
 ON TabModules.TabID = Tabs.TabID
WHERE
 SettingName LIKE '%SSL%' AND
 Tabs.PortalId = @PortalID

Where @PortalID is the desired portal.

Hope this helps!

Brandon


Brandon Haynes
BrandonHaynes.org
 
New Post
9/18/2008 2:45 PM
 

 thanks kindly guys! I found them myself doing a search across the entire sql db looking for "enforce" in the column name, and not finding it, searching across all tables for the same in all fields, and finally found it in the module settings as suggested. Tweaking the settings to false didn't do a thing. It was not until a reset the site via a web.config change was i able to get back into the site.. what a fun exercise that was ;)

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Where in db to manually set siteWhere in db to manually set site's Secure=false?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out