important: Trying to coordinate iPlanet with IIS

G

Guest

I'm a developer, but have no experience in configuring web servers.

My ASP.NET code is hosted on this web server running on IIS. Only problem
the outside world can't access it, because the company wants all web requests
to come in through iPlannet (SSL).
So, I need to figure out how to do this: If a requests comes in to iPlanet
like this, https://ssl.theserver/Tanks then It should somehow be redirected
to my ASP.NET Web App Tanks running on IIS and......I need all links that are
generated in my ASP.NET code to not point to http://localhost/Tanks, but
rather point to https://ssl.theserver/Tanks. Any thoughts at all?
 
B

Bruce Barker

just be sure all you links are relative, and don't use "~".

-- bruce (sqlwork.com)
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top