Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Responses:</p> <ol> <li>SSL SNI allows multiple HTTPS websites to be served off the same IP address, meaning it is easier and cheaper for providers to run. The only downside is lack of support in older browsers; for example, it won't work on IE6, and it won't work with any version of IE on Windows XP. Also, it won't work on the default Android browser for versions 2.3 (GingerBread) and below. Wether or not this is an issue really depends on your target demographic. For example, stats suggest <a href="http://en.wikipedia.org/wiki/Usage_share_of_operating_systems" rel="nofollow">Windows XP is still widely used</a> (at time of writing).</li> <li>I surmise that EF Code First Migrations would work in exactly the same way with AppHarbor as with Azure, as they both target a SQL Server Database using a standard connection string approach. Indeed, I've tried it out in both environments and haven't yet found a difference.</li> </ol> <p>A further point to consider with SSL is whether or not to use an <a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate" rel="nofollow">'Extended Validation Certificate'</a>, especially if you're considering commerce on your site. These require more extensive vetting of the requesting party before they are issued, meaning they are, in theory, more trusted. Most modern browsers indicate whether or not the site you are browsing has an EV Certificate by turning part of the UI green, such as the SSL Padlock. EV Certificates are more expensive and the vetting process can be quite arduous. You probably need some form of registered company entity, for example.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload