IIS
(1)
Kristopher
(1)

Access application via www.domain/folder

Asked By Holo2
30-Jul-07 01:58 AM
Gurus,

I have an application that runs on a machine on my LAN. Users on the lan
access it by navigating to the machine's IP address in IE.

Is there any way for me to allow some outside users to access this app., by
going to my website (server is on same network as app machine), ie
www.mydomain.com/app? Asking another way, is there some way to redirect the
user to an internal IP address?

Thanks for your time,

-Michael

Hello,My understanding of your message is that you have one public website and

Asked By Kristofer Gafvert
31-Jul-07 05:38 AM
Hello,

My understanding of your message is that you have one public website and
one internal website. You want people to access parts of the internal
website from Internet using your public website, such as
www.publicwebsite.com/internalwebsite.

You cannot do this out-of-the-box with IIS. But you can use a product
called ISAPI_Rewrite to do it. You can of course also write your own
proxying module.

I *think* that ISA server can do this as well, but i am not 100% sure at
this moment.

http://www.isapirewrite.com/

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info

Kristopher,you are correct in what I'm trying to accomplish.

Asked By Holo2
31-Jul-07 04:18 PM
Kristopher,

you are correct in what I am trying to accomplish. I will go with your
suggested application below, and thank you for it.

-Michael
Post Question To EggHeadCafe