IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 12th, 2006, 08:48 AM
mike400hp mike400hp is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 64 mike400hp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 19 m 29 sec
Reputation Power: 9
Redirect to another internal webserver

We have two webservers in-house. Both servers are running IIS 6 on Windows 2003. We have one domain name that we use for our company website. On a different webserver we have a web based application that I want to give access to from the outside world. The problem is that we do not have an external IP address available for the application server. So the internal address is 192.168.1.2 of the application server and the company website IIS server is 192.168.1.1. (for example) How can I setup a redirection on our website IIS server to allow access to our web application on the other server from the Internet? I hope I am making myself clear.

Update:
I am able to map a network drive on the primary website server using a username and password that is local to the application server. So I have a drive V: on the website server that goes directly to the folder on the application server that holds the web app pages.

Reply With Quote
  #2  
Old January 12th, 2006, 02:35 PM
Ergo12 Ergo12 is offline
Permanently Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2005
Location: trolls only :)
Posts: 172 Ergo12 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 20 h 5 m 11 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
Make yourself clear.

Internet -> IIS Server 1 -> IIS Server 2 -> OR

Internet -> ISA Server (Firewall & Caching) -> IIS Server 2 ->

Reply With Quote
  #3  
Old January 12th, 2006, 02:44 PM
mike400hp mike400hp is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 64 mike400hp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 19 m 29 sec
Reputation Power: 9
Internet -->Website Server IIS6 --> Application Server IIS6

Right now when I am on my internal network I can go to http://192.168.1.2 in my web browser and the web based application will open. I know that an address of 192.168.x.x will not work outside of our local network. I want to be able to access the application that is on 192.168.1.2 from the Internet. So, from the outside, I want to be able to go to www.mydomain.com, then have a link on our company website that will point them to the application on the other server. I would like our visitors to stay within our same domain. I can add a virtual directory in IIS on the website server that points to the web folder on the application server. Am I going down the right path with a virtual directory?

Reply With Quote
  #4  
Old January 12th, 2006, 05:00 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 18th Plane (13500 - 13999 posts)
 
Join Date: Jun 2003
Posts: 13,910 Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level)Doug G User rank is General 49th Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 4 Days 17 h 33 m 12 sec
Reputation Power: 4227
If you have a separate dns entry for the 2nd application you could use host headers on the main server and have the 2nd domain get redirected to the 2nd server.

Or you could just identify a virtual directory in the main server and put some asp redirect that shuffles everything to the 2nd server.

Or if both computers are on the same lan, you could just let the main server be the only webserver using a virtual directoy mapped to the other server.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi

Reply With Quote
  #5  
Old January 12th, 2006, 07:43 PM
mike400hp mike400hp is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 64 mike400hp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 19 m 29 sec
Reputation Power: 9
I think what I have to do is use a virtual drive in IIS on the primary web server that points to the application server. I'm getting an "access denied error" not a "page cannot be found". So I think that I might just have a permissions problem and not a redirection problem.

Reply With Quote
  #6  
Old February 9th, 2009, 04:10 PM
msingh msingh is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2009
Posts: 1 msingh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 10 sec
Reputation Power: 0
IIs to IIS redirect

Complete Solution as you are asking..

webpage -> http(://)www(DOT)Nlmatesting(DOT)com(/)blog(/?)page_id=27

enjoi

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Redirect to another internal webserver


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap