Hi!

I solved this problem. Got another one (below) !

MS need to rethink their UI a little bit.

When you go to edit it has "Requires Secure Communication" and it was
unchecked. However, second checkbox "Requires 128 bit"
is disabled if "Requires Secure Communication" unchecked. It makes me
(desktop developer) think that second option does not mean a thing since it
disabled. However, by checking "Requires Secure Communication", unchecking
"Requires 128 bit" and unchecking "Requires Secure Communication" back I
managed to make it work 8-)

Another problem I got:

Now http and https works. But I don't think https should work. Or server
allow it by default ???

Do I disable it on server or I need to do something in my Web app itself?



"Rick Strahl [MVP]" <rickstrahl@hotmail.com> wrote in message
news:%2383ALBxcDHA.1072@TK2MSFTNGP12.phx.gbl...
>
> Double check the setting in IIS Service manager. If it still doesn't work
> try restarting the IISAdmin service (IISRESET).
>
> +++ Rick ---
>
> --
>
> Rick Strahl
> West Wind Technologies
> [url]http://www.west-wind.com/[/url]
> [url]http://www.west-wind.com/wwHelp[/url]
> ----------------------------------
> Making waves on the Web
>
>
> "Ivan Demkovitch" <i@d> wrote in message
> news:#kOyOQwcDHA.2632@TK2MSFTNGP12.phx.gbl...
> > Hi!
> >
> > Trying to setup work environment to test my ASP.NET application with
> secured
> > pages.
> >
> > 1. Obtained SSL certificate and installed on server.
> > 2. Secured my application folder (IIS -> Right Click -> propertes ->
> > Directory Security -> Edit -> "requires secure communication")
> >
> > Everything seem to work fine. Get error on http and page displayed on
> https
> >
> > Now I removed "requires secure communication" and https steel works
fine,
> > however http gives me:
> > HTTP 403.5 - Forbidden: SSL 128 required
> >
> > I think it's wrong, because I do not require SSL anymore.
> >
> > I just wanted to create 1 directory inside which protected by SSL.
> >
> > What did I do wrong?
> >
> >
>
>