Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

strategy for ntegrating a linux/perl application into a .net 2.0 site 1

Status
Not open for further replies.

terminal2

Programmer
Jul 5, 2006
2
US
Hello,

Is an IFRAME the best choice for integrating a linux/perl web application into a .net 2.0 site? =

Note that:

- No state information needs to be persisted between the .net site and the linux site and
- porting the perl to win is too time consuming to be viable

Thank you,
term
 
>>porting the perl to win is too time consuming to be viable

two other options:
1. Add webservices in perl. Call in ASP.NET
2. Use the HttpWebRequest class. This class file can call ANY file from any webserver. Meaning that you can access your PL file as the browser will from code. get the HTML returned by PL into a variable and display that variable on that page (thus equal to using IFRAMES). but in this method you have better control over HTML displayed...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top