HTTP Post - ASP to ASP.Net

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have to pass some form values from an asp application to a .net
application, the data is quite sensitive so I would prefer to use HTTP Post.

I am using a standard html page to host the form and post the values. Whe
using ASP i can read the values from the Request.Form method sucessfully,
however when using ASPX, Request.Form contains 0 items.

Does anyone have any pointers here ?
 
Dave said:
I have to pass some form values from an asp application to a .net
application, the data is quite sensitive so I would prefer to use
HTTP Post.

I am using a standard html page to host the form and post the values.
Whe using ASP i can read the values from the Request.Form method
sucessfully, however when using ASPX, Request.Form contains 0 items.

Does anyone have any pointers here ?

That should work. Can you post some sample code?

Cheers,
 
Back
Top