Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: SSL Settings

  1. #1
    ram is offline Senior Member
    Join Date
    Oct 2007
    Posts
    153

    Default SSL Settings

    I was playing around with the SSL settings in our development site and now pages like default.aspx are not opening. It says 'Page cannot be displayed'. What could have happened? Even after changing all the settings to default, it still doesn't open.

    http://mywebsite/default.aspx is not opening but
    http://mywebsite/account.aspx and other pages open.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Could you please review your IIS configuration? Right-click on the site and click Properties. Go to Documents tab, check the Enable Default Document and move the Default.aspx as the first item in the list. If that doesn't resolve the issue, could you please tell us what version are you using? And what type of SSL is it? Let's start from here...

  3. #3
    ram is offline Senior Member
    Join Date
    Oct 2007
    Posts
    153

    Default

    I already did that but still no.

    Version: AspDotNetStorefront ML 8.0.0.0/8.0.0.0
    SSL: Self-Signed (I followed the post on this forum where it says how to enable ssl in dev site using IIS Resource Kit).
    IIS Version: 7.0

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Go to your DB and turn off UseSSL parameter in the appconfig to false. This must be a problem with your self-signed SSL cert. I have IIS 6.0 here and I've followed the same procedures posted on that thread, and it just work great.

    Are you using Internet Information Services (IIS) 7.0 Resource Kit?

  5. #5
    ram is offline Senior Member
    Join Date
    Oct 2007
    Posts
    153

    Default

    No, I used IIS 6.0. Should I use 7.0? Do you have instructions for IIS 7.0?
    Last edited by ram; 11-12-2009 at 07:47 AM.