How can I display my .ASPX page from within an HTML page?

  • Thread starter Thread starter Bob Segrest
  • Start date Start date
B

Bob Segrest

Hello Everyone,

I know this has to be a silly question, please allow me to ellaborate...

I have created an ASP.Net application (my .ASPX page) that I would like to add
to an existing web application.

The existing web application allows me to add additional tml pages to it's
menu by placing a html page in a specific protected directory and then
registering it with the application administrator.

I do NOT want to make my ASP.Net application generally available on the web.
So I can not publish it on the web site and then stick a hotlink in a simple
html page.

Can anyone point me in the right direction?
 
Still not really clear.

If they are "well known" users, you could likely establish a virtual private
network (VPN) in between. Not well versed but googling for this should
return amouts of links...


Patrice
 
Back
Top