https site with http remoting
- From: fox@xxxxxxxx
- Date: 6 Apr 2006 08:34:22 -0700
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
.
- Prev by Date: Windows Service and remoting
- Next by Date: Remoting Issue with Events
- Previous by thread: Windows Service and remoting
- Next by thread: Remoting Issue with Events
- Index(es):
Relevant Pages
|