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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Mutliple SSL sites on one DNN instanceMutliple SSL sites on one DNN instance
Previous
 
Next
New Post
8/10/2007 6:24 AM
 

I will shortly need to run a shopping cart solutions that I have hosted on my main DNN installation.

Each cart will therefore require SSL enabled for the checkout process, 4.5.5 brings SSL support so that is one problem sorted :)

My question is this... IIS6 will only let you have one SSL certificate bound to one web site instance within the IIS MMC.  I understand the principles of SSL and that you can only have one SSL certificate on one IP/Port.

Are there any drawbacks to me creating new Websites within IIS, pointing them at the same document root and using the same app pool, but listening on different IP's/Ports.  This would allow me to deploy different SSL certificates to each site but they would effectively be pointing at the same shared DNN installation.

How would the above configuration affect Memory usage? With using the same app pool would memory be the same? Or would .NET load each SSL instance seperately treating the apps as different application domains?

Has anyone else had a similar requirement?

Thanks in advance.


Steve

 
New Post
8/10/2007 7:40 AM
 

You will run into problems with caching and the scheduler if you point more than one IIS website at the same DNN install.  They will each get their own app domain even if they are in the same app pool, and you won't save on memory overhead.

With e-commerce and SSL I would recommend that you put each customer in their own website and database.


DotNetNuke Modules from Snapsis.com
 
New Post
8/10/2007 8:24 AM
 

John,

First time I have heard of the issue regarding multiple IIS websites pointed at one portal. What sort of problems and how severe are they going to be and do you know of any workarounds/fixes that can be used without breaking out each site?

[EDIT] Which versions of DNN does this affect?[/EDIT]

TIA

Antony

 
New Post
8/10/2007 8:47 AM
 

What happens is that you get multiple app domains with their own background threads for the scheduler, so any tasks being run by the scheduler have the possibility that the same process will be ran at the same time. This most offten shows up in the search indexer, but it makes all the scheduled tasks run multiple times when they only need to be ran once per DNN install.

You also get multiple app domains for caching, which may not be as bad if the individual IIS websites are all for different portals, but if you start using persitent caching then you will get conflicts with File I/O.

No, there is not a work-around for this. It affects all DNN versions.  DNN is not architected to have multiple app domains using the same DNN Install.  There are provisions for multiple app domains coming from different servers (web farm), but you still should not point them at the same physical DNN Install or you will get the File I/O problems.

 


DotNetNuke Modules from Snapsis.com
 
New Post
8/13/2007 12:09 PM
 

Possible alternative for SSL support...

SSLRedirect is an excellent add-on for SSL securing DNN web pages.  SSLRedirect provides the flexibility of using Regular Expressions to define which web pages should be SSL secured.  SSLRedirect also provides an output filtering feature which assists in eliminating the mixed content message sometimes received when flowing from HTTP to HTTPS web pages.  SSLRedirect is the ONE SSL enabling component which works equally as well with native ASP.NET apps as with DNN apps.  SSLRedirect also works with single domain SSL Certificates or wildcard SSL Certificates.

CLICK HERE  to review a product brief.

CLICK HERE  to download product documentation.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Mutliple SSL sites on one DNN instanceMutliple SSL sites on one DNN instance


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