|
Home > Archive > IIS Server > August 2005 > Install a second IIS Server in Windows 2000 domain
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Install a second IIS Server in Windows 2000 domain
|
|
| Bucataru Catalin 2005-08-29, 7:50 am |
| Hello!
I have a Windows 2000 domain containg 3 servers with the following
configuration:
- 1 server which host ISA Server 2000 + DNS (SVR0)
- 1 server which host the IIS Server + DNS (SVR1)
- 1 server which host a SQL Server database (TRAFFIC)
- we have only one external IP address
The main web site can be accessed from outside using www.mydomain.com and
working fine. We want to install on TRAFFIC server an ASP.NET application
that use the SQL server and also we want this application to be visible from
outside using www.mydomain.com/app. I created in the SVR1's IIS Server a
virtual directory and into the virtual directory tab I speciified the TRAFFIC
server with the "A permanent redirection to this resource" cheked. From the
internal network it's working , but not from outside. I guess that we need to
add something in the ISA Server, or maybe in the DNS, but I don't know
exactly what, or even if this is an "impossible mission" ....
I hope that someone else already faced this situation ....
Thank you for your time!
Have a nice day!
| |
| Eidolon 2005-08-29, 7:50 am |
| Hi, I'm not a web person at all, but you possibly need to publish your
SQL server in the ISA firewall to open port 1755 for database access.
The local users already have access cause its a local resource, but
externally its not.
| |
| Tom Kaminski [MVP] 2005-08-29, 5:59 pm |
| "Bucataru Catalin" <Bucataru Catalin@discussions.microsoft.com> wrote in
message news:47B06DE1-2A60-4D22-9631-F12D1D2B059E@microsoft.com...
> Hello!
>
> I have a Windows 2000 domain containg 3 servers with the following
> configuration:
> - 1 server which host ISA Server 2000 + DNS (SVR0)
> - 1 server which host the IIS Server + DNS (SVR1)
> - 1 server which host a SQL Server database (TRAFFIC)
> - we have only one external IP address
>
> The main web site can be accessed from outside using www.mydomain.com and
> working fine. We want to install on TRAFFIC server an ASP.NET application
> that use the SQL server and also we want this application to be visible
> from
> outside using www.mydomain.com/app. I created in the SVR1's IIS Server a
> virtual directory and into the virtual directory tab I speciified the
> TRAFFIC
> server with the "A permanent redirection to this resource" cheked. From
> the
> internal network it's working , but not from outside. I guess that we need
> to
> add something in the ISA Server, or maybe in the DNS, but I don't know
> exactly what, or even if this is an "impossible mission" ....
Why can't you just physically put the ASP.NET code in the /app folder on the
SVR1 server?
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsser...ty/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
| |
| Bucataru Catalin 2005-08-30, 2:55 am |
| I want to install this application to the TRAFFIC server, because SVR1 is
already very loaded and the ASP application also require a lot of the system
resources.
"Tom Kaminski [MVP]" wrote:
> "Bucataru Catalin" <Bucataru Catalin@discussions.microsoft.com> wrote in
> message news:47B06DE1-2A60-4D22-9631-F12D1D2B059E@microsoft.com...
>
> Why can't you just physically put the ASP.NET code in the /app folder on the
> SVR1 server?
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsser...ty/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
>
>
>
|
|
|
|
|