.aspx to .asp connection - can it be done?

  • Thread starter Thread starter almurph
  • Start date Start date
A

almurph

Hi,

I'm writing VB.NET using ASP.NET 1.1. I want to inteface with a
website online that has a webform on it. The webform has a "*.asp"
extension. I believe this corresponds to ASP.NET 2.0.

I just want to extablish a link and see if it can be done. Thats all.
Any suggestions/comments/hints most appreciated. I'm using Visual
Studio 2003.

Thanks,
Al.
 
Hi,

I'm writing VB.NET using ASP.NET 1.1. I want to inteface with a
website online that has a webform on it. The webform has a "*.asp"
extension. I believe this corresponds to ASP.NET 2.0.

..asp is ASP 3.1 or earlier a predecessor to ASP.NET
I just want to extablish a link and see if it can be done. Thats all.
Any suggestions/comments/hints most appreciated. I'm using Visual
Studio 2003.

You can't do it.
 
I just want to extablish a link and see if it can be done. Thats
all.
Any suggestions/comments/hints most appreciated. I'm using Visual
Studio 2003.

What sort of link?


You can post data between the two forms link any other HTML forms. That is
probably the easiest way of "interfacing" the two forms.
 
Back
Top