Re: More SSL questions
- From: "Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com>
- Date: Wed, 7 Jun 2006 07:47:23 -0400
"Rob R. Ainscough" <robains@xxxxxxxxxxx> wrote in message
news:O15ByulhGHA.4896@xxxxxxxxxxxxxxxxxxxxxxx
<snip>>
My web site redirects a frame to display the ~/Secure/Logon.aspx. I added
a /NotSecure/SSLRedirect.aspx
Have you tested that the redirection is actually working correctly?
and setup IIS to use this page for 403;4 custom error only for my Secure
directory. I also added the Location path entry in my web.config for the
SSLRedirect.aspx and also authorization setting.
Have you tested that the authorization exception is working correctly?
i.e.: Can you successfully navigate to the page without logging in?
However, when I navigate to the www.mywebsite.com I get "You are not
authorized to view this page" in the frame that should be displaying my
~/Secure/Logon.aspx.
What is the frame src value?
Since I am using forms authentication (on my Secure directory), I'm
assuming that multiple Location entries in my web.config is Ok?
It should be. BTW, you should also be testing that an attempt to view any
of your "secured" pages directly without logging also results in the desired
redirection to the login page.
Any hints on how to make SSL work on part of web site (my Secure
directory) using forms authentication and not for the entire web site?
thanks, Rob.
"Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
news:ujvyNTkhGHA.764@xxxxxxxxxxxxxxxxxxxxxxx
You might want to start by reading
http://weblogs.asp.net/pwilson/archive/2004/12/23/331455.aspx then
posting back here if you have any remaining questions.
"Rob R. Ainscough" <robains@xxxxxxxxxxx> wrote in message
news:Oct6OxehGHA.3496@xxxxxxxxxxxxxxxxxxxxxxx
I've successfully installed my Verising SSL pro certification on my web
server, but I'm not sure how to force IIS to use SSL on my deployed web
app residing on that server?
Any hints?
what I currently have is www.myDomain.com works but issues a security
warning from IE but my site still functions as normal.
https://www.myDomain.com also works and I see the secure lock icon in IE
(with no prompt this time). I think what I want is that
www.myDomain.com will automatically get redirected to https:// - Am I
missing something obvious?
How do I get my web app to know that only the directories below my root
should be SSL? I realize my forms authentication will prevent login
access, but how do tell my IIS web server that .aspx pages in this dir
are SSL?
Basic questions I know, any help is appreciated -- I've not configured
SSL web server before.
Thanks, Rob.
.
- References:
- How to make SSL work for .NET 2.0 web apps
- From: Rob R. Ainscough
- Re: How to make SSL work for .NET 2.0 web apps
- From: Nicole Calinoiu
- More SSL questions
- From: Rob R. Ainscough
- How to make SSL work for .NET 2.0 web apps
- Prev by Date: Re: Issue implementing CAS/Strong Naming in n-TierApplication
- Next by Date: Re: Custom CAS permission...
- Previous by thread: More SSL questions
- Next by thread: can't load CSP under asp.net
- Index(es):
Relevant Pages
|
|