https site with http remoting

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello,

I have an IIS-hosted website that I want to make accessible via https
only.
I have set up redirection from http to https using custom 403.4 error
page (actually an aspx)
and "Require secure channel (SSL)" enabled on the whole website except
the redirection page.
This works fine for htmls, aspx, images, etc.

Unfortunately it also redirects SOAP requests to https, which I don't
want.
I want SOAP calls to continue running over http. Where's a "Require
secure channel (SSL)"
option for ASP.NET remoting so I can disable it?

In my web.config I use:

<system.runtime.remoting>
<application>
<channels>
<channel ref="http">
<serverProviders>
<formatter ref="soap" typeFilterLevel="Full" />
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>

I use Windows Server 2003 and .NET 1.1, but I'm going to switch to 2.0
soon.

Thanks,
Piotr

.



Relevant Pages

  • Re: split DNS
    ... and create the Blank hostname record with the 10.0.0.11 ... As for the https protocol, IIS makes it fairly easy to make a redirection ... SSL configured on the default website on the Exchange box, ...
    (microsoft.public.windows.server.dns)
  • Re: OMA and SSL question
    ... redirection to https and place it in priority order over the oma aspx page.. ... SBS 2000: microsoft.public.backoffice.smallbiz2000 ... > sending actual user passwords in clear text without being in SSL mode. ...
    (microsoft.public.windows.server.sbs)
  • Re: Change URL path to OWA
    ... the second step, with the redirection? ... I went through the process of creating my own certificate, ... > certificate, and require httpS connections. ... > Exchange MVP ...
    (microsoft.public.exchange.admin)
  • Re: Change URL path to OWA
    ... redirection as well as one for FBA. ... FBA, so I'd be interested in hearing what happens if you decide to do that. ... >> certificate, and require httpS connections. ... >> Ben Winzenz ...
    (microsoft.public.exchange.admin)
  • OWA redirect
    ... https: for OWA access. ... The problem is the Https redirection ...
    (microsoft.public.exchange.misc)