Hi.
I thought this would be easy, but I'm stuck.
I'm trying to create a VB.Net app that will log in to a remote website and upload a file. The web page is an ASP page which I have no control over. It uses a simple Username/Password form which appears to post back to itself.
If I enter the URL for the form upload page, I'm redirected to login.asp, but it remembers the page I requested and redirects to it once I'm authenticated.
From my app I can't get passed the login screen. I'm trying to use the POST method of webrequest, but can't get it to work. Could someone please point me in the right direction?
Any help would be greatly appreciated.
jrl
I thought this would be easy, but I'm stuck.
I'm trying to create a VB.Net app that will log in to a remote website and upload a file. The web page is an ASP page which I have no control over. It uses a simple Username/Password form which appears to post back to itself.
If I enter the URL for the form upload page, I'm redirected to login.asp, but it remembers the page I requested and redirects to it once I'm authenticated.
From my app I can't get passed the login screen. I'm trying to use the POST method of webrequest, but can't get it to work. Could someone please point me in the right direction?
Any help would be greatly appreciated.
jrl