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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building a "proxy" page

Status
Not open for further replies.

alan6895

Programmer
Aug 3, 2007
48
US
Hi all.
I have a page on our intranet that I would like to display to the outside world. I don't need necessarily need to interact with it, just view it (it's a status page). Does anyone know of a way, using ASP .NET and, preferably, VB, that I can retrieve that page and redisplay it? I'm thinking of something that gets the HTML from the page and just feeds it right to my browser. Thanks!
 
the page should not be proxied, the data should. build a public facing webpage (probably a new website with 1 page) and have the page get the data from a source (web service, database, remote service call).

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top