Ask a Question related to ASP.NET General, Design and Development.
-
Al #1
Re: Intercepting and commandeering an HTTP connection
Make an ISAPI extension. You'll get complete control of the request and
resonse.
--
remove underscores to email
"RickB" <rick.bross@REMOVEFORSPAMoaktreepeak.com> wrote in message
news:e99ZlmAQDHA.2424@tk2msftngp13.phx.gbl...> Other than using .NET remoting (we cannot require the client to have the
> .NET framework installed) is there anyway to intercept and take over the
> base TCP connection from IIS?
Al Guest
-
Slow connection to FMS2 (using HTTP Tunneling)
Hello, I use a FMS2 for a big project which include Instant Messenger and streaming video. On my development platform. I have no problem. But in... -
Connection Failure using http post and SSL
Hi I am trying to send xml via http post to a secure site. I tested the site and I got connection failure, checked my code, everything looks... -
HTTP::Request failed on HTTP/1.1 and Connection: Keep-Alive
Hi Abigail, I know that the error comes from the Java program, the nullpointer error. But what it confused me is: if I'm using an Internet Explorer... -
How to make a http-connection
Joachim Dagerot <jd@dagerot.nu> wrote: % perldoc -q "fetch an HTML file" % perldoc lwpcook -- Steve -
Outbound HTTP Connection Bottleneck
I'm consuming a web service via the internet from a web service client proxy running on my webserver. The web service provides data for individual... -
RickB #2
Re: Intercepting and commandeering an HTTP connection
A Web Service also has complete control over the request and the response,
but that doesn't answer the question. I want control over the base TCP
connection so I can send data over the open connection both ways without
being bound by the HTTP request/response protocol.
"Al" <a_wad_dell@co_dest_rike.com> wrote in message
news:OSvTRqAQDHA.1908@TK2MSFTNGP11.phx.gbl...> Make an ISAPI extension. You'll get complete control of the request and
> resonse.
>
> --
> remove underscores to email
>
>
> "RickB" <rick.bross@REMOVEFORSPAMoaktreepeak.com> wrote in message
> news:e99ZlmAQDHA.2424@tk2msftngp13.phx.gbl...>> > Other than using .NET remoting (we cannot require the client to have the
> > .NET framework installed) is there anyway to intercept and take over the
> > base TCP connection from IIS?
>
RickB Guest



Reply With Quote

