HI,

I am using an EXE on the server to respod the Client Request instead of
using ASP.NET.
Problem I am facing is, How can I capture the Client Request in EXE so that
I can have an object of HttpRequest or something like that.

On the Client its someting like this:

<form action="http://servername/respond.exe";>

While on the server I want to capture this request in respond.exe so that
exactly I can do what ASP.NET does there. For example I am not able to
access the posted files if they are posted from client because I need
HttpRequest object for this. at most I am able to do is to access
QueryString variable by using GetEnvironmentVariable method but that
doesn't serve all of my purposes.

Any clues?

Thanks.

Ateek.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to