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!

Re: Install a second IIS Server in Windows 2000 domain by Eidolon

Eidolon
Mon Aug 29 07:08:29 CDT 2005

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.


Re: Install a second IIS Server in Windows 2000 domain by Tom

Tom
Mon Aug 29 08:45:00 CDT 2005

"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/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS



Re: Install a second IIS Server in Windows 2000 domain by BucataruCatalin

BucataruCatalin
Tue Aug 30 02:15:05 CDT 2005

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...
> > 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/windowsserver2003/community/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
>
>
>