HTTP Post - ASP to ASP.Net

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 ?
 
J

Joerg Jooss

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top