Response.Redirect

P

Paul Marsh

Newbie Question.................

How do I use Response.Redirect to point to an interal private box/site?

Thanx, Paul
 
S

Steven Burn

<%
Response.Redirect "somepage_or_url.asp"
%>

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
 
A

Aaron Bertrand [MVP]

How do I use Response.Redirect to point to an interal private box/site?

Response.Redirect sends a redirect header to the browser. This means that
the browser needs to be able to see the internal/private site.

If you are trying to show external users the results of an ASP page, you
might consider using XMLHTTP to "scrape" the page (since ASP can see the
internal site, assuming it's on the same network as the external web
server). See http://www.aspfaq.com/2173 for some sample code.
 
P

Paul Marsh

That's the problem, the interal site it private, DNS will not resolve
any name and the IP is a class c none routeable. I'm trying to cheat
OWA frontend/backend configuration.

Thanx, Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Response.Redirect 3
response.redirect 1
Response.redirect targetting 2
How to align this text below image. 3
response.redirect 12
Response.Redirect 0
Response.Redirect & Server.Execute 12
C programming 5

Members online

Forum statistics

Threads
474,141
Messages
2,570,816
Members
47,362
Latest member
ayamcy

Latest Threads

Top