Re: IIS/DNS Question?

2001-09-27 Thread Bob Chyka
Title: Message



thanks alot
 
Bob C.

  - Original Message - 
  From: 
  xylog 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 1:47 
  PM
  Subject: RE: IIS/DNS Question?
  
  What 
  you want is a redirect at www.medaille.edu/hostname that 
  sends you to abc.medaille.edu. A redirect takes the form 
  of an HTML page that contains the following html 
  code:
   
  <%response.redirect "http://abc.medaille.edu" 
  %>
   
  This 
  should do the trick.
   
  xylog
  
  

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
12:21 PMTo: NT System Admin IssuesSubject: Re: IIS/DNS 
Question?
yesthe main web server has a registered 
url...(www.medaille.edu) and off that 
url we want links to a page on a windows 2000 IIs box.  the links are 
to ASP files on the server without a registered name.  i was wondering 
how to program the syntax for the links in dreamweaver or whatever they are 
usingis it www.medaille.edu/hostname of 
2000 box/xxx.asp?
 
thanks for the help

  - Original Message - 
  From: 
  Michael 
  Reid 
  To: NT System Admin 
  Issues 
  Sent: Thursday, September 27, 2001 
  11:14 AM
      Subject: Re: IIS/DNS Question?
  
  Oh, you want an outside webserver to link to 
  an internal page by chance?
   
  Michael
  
- Original Message - 
From: 
Bob 
Chyka 
To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 
11:40 AM
        Subject: Re: IIS/DNS 
Question?

i didi put a host record in the dns 
called abc and i can hit the server by typing abc.medaille.edu but the 
programmer needs to know how he should program a link off the main 
(medaille.edu) web page to hit the other server...
 
i may be unclear..let me 
know..

  - Original Message - 
  From: 
  Givens, Mike 
  To: NT System Admin 
  Issues 
  Sent: Thursday, September 27, 
  2001 9:29 AM
          Subject: RE: IIS/DNS 
  Question?
  
  One easy way is create a sub domain under your 
  real one and have it point to the Win 2000 server.
   
  eg.  www.somedomain.com
   
  eg. something.somedomain.com
   
  Then just setup the IIS as a regular web site and 
  server.
   
  That way it appears that you never leave the 
  original domain.
   
  Mike
   
   
  
  -Original Message-From: Bob 
  Chyka [mailto:[EMAIL PROTECTED]] Sent: Thursday, 
  September 27, 2001 8:16 AMTo: NT System Admin 
  IssuesSubject: IIS/DNS Question?
  Hello everyone,
   
  seeing if there is someone out there that 
  can help me with this one because i am about to smash my head on the 
  wall.
   
  we have a registered domain name (www.medaille.edu) for our 
  school.  our web page is being hosted on a Unix machine and our 
  dns is windows 2000.
   
  we have developed an online application 
  and inquiry form that we want to link off of www.medaille.edu, but this is on a 
  windows 2000 server running IIS 5.  the web guy is asking me how 
  he should program the link.  the new ASP pages on the 2000 box he 
  wants to link directly to of www.medaille.edu.  i put a 
  host record in the dns server for the 2000 box, what else do i need to 
  do or what should be the syntax of his link...pretty new to IIS when 
  it comes to multiple servers.
   
  thanks for any feedback,
  Bob C.Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
  Try this one first:http://www.ultratech-llc.com/KB/Want to 
  unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
  Try this one 
first:http://www.ultratech-llc.com/KB/Want to 
unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one 
  first:http://www.ultratech-llc.com/KB/Want to unsub? 
  Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good 
  FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd

Re: IIS/DNS Question?

2001-09-27 Thread Bob Chyka
Title: Message



i dont mean to sound dumb, but the web designer 
should know what "absolute path statements" are?  do you have any more info 
on what that is?  i appreciate the help..
 
Bob Chyka

  - Original Message - 
  From: 
  Givens, 
  Mike 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 11:28 
  AM
  Subject: RE: IIS/DNS Question?
  
  You need to use "absolute path statements" with your 
  links.
   
  Make sure to include the http://somedomain.somedomain.com 
  in the link
   
  Mike
   
   
  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  9:40 AMTo: NT System Admin IssuesSubject: Re: IIS/DNS 
  Question?
  i didi put a host record in the dns called 
  abc and i can hit the server by typing abc.medaille.edu but the programmer 
  needs to know how he should program a link off the main (medaille.edu) web 
  page to hit the other server...
   
  i may be unclear..let me know..
  
- Original Message - 
From: 
Givens, 
Mike 
To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 9:29 
    AM
    Subject: RE: IIS/DNS Question?

One easy way is create a sub domain under your real one and have it 
point to the Win 2000 server.
 
eg.  www.somedomain.com
 
eg. something.somedomain.com
 
Then just setup the IIS as a regular web site and 
server.
 
That way it appears that you never leave the original 
domain.
 
Mike
 
 

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
Question?
Hello everyone,
 
seeing if there is someone out there that can 
help me with this one because i am about to smash my head on the 
wall.
 
we have a registered domain name (www.medaille.edu) for our school.  
our web page is being hosted on a Unix machine and our dns is windows 
2000.
 
we have developed an online application and 
inquiry form that we want to link off of www.medaille.edu, but this is on a 
windows 2000 server running IIS 5.  the web guy is asking me how he 
should program the link.  the new ASP pages on the 2000 box he wants to 
link directly to of www.medaille.edu.  i put a host 
record in the dns server for the 2000 box, what else do i need to do or what 
should be the syntax of his link...pretty new to IIS when it comes to 
multiple servers.
 
thanks for any feedback,
Bob C.Want to unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one first:http://www.ultratech-llc.com/KB/Want to 
  unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: IIS/DNS Question?

2001-09-27 Thread xylog
Title: Message



What 
you want is a redirect at www.medaille.edu/hostname that 
sends you to abc.medaille.edu. A redirect takes the form of 
an HTML page that contains the following html code:
 
<%response.redirect "http://abc.medaille.edu" 
%>
 
This 
should do the trick.
 
xylog


  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  12:21 PMTo: NT System Admin IssuesSubject: Re: IIS/DNS 
  Question?
  yesthe main web server has a registered 
  url...(www.medaille.edu) and off that 
  url we want links to a page on a windows 2000 IIs box.  the links are to 
  ASP files on the server without a registered name.  i was wondering how 
  to program the syntax for the links in dreamweaver or whatever they are 
  usingis it www.medaille.edu/hostname of 2000 
  box/xxx.asp?
   
  thanks for the help
  
- Original Message - 
From: 
Michael 
Reid 
To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 
11:14 AM
    Subject: Re: IIS/DNS Question?

Oh, you want an outside webserver to link to an 
internal page by chance?
 
Michael

  - Original Message - 
  From: 
  Bob 
  Chyka 
  To: NT System Admin 
  Issues 
  Sent: Thursday, September 27, 2001 
  11:40 AM
      Subject: Re: IIS/DNS Question?
  
  i didi put a host record in the dns 
  called abc and i can hit the server by typing abc.medaille.edu but the 
  programmer needs to know how he should program a link off the main 
  (medaille.edu) web page to hit the other server...
   
  i may be unclear..let me know..
  
- Original Message - 
From: 
Givens, 
Mike 
To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 
9:29 AM
        Subject: RE: IIS/DNS 
Question?

One easy way is create a sub domain under your real 
one and have it point to the Win 2000 server.
 
eg.  www.somedomain.com
 
eg. something.somedomain.com
 
Then just setup the IIS as a regular web site and 
server.
 
That way it appears that you never leave the 
original domain.
 
Mike
 
 

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 
2001 8:16 AMTo: NT System Admin IssuesSubject: 
IIS/DNS Question?
Hello everyone,
 
seeing if there is someone out there that 
can help me with this one because i am about to smash my head on the 
wall.
 
we have a registered domain name (www.medaille.edu) for our 
school.  our web page is being hosted on a Unix machine and our dns 
is windows 2000.
 
we have developed an online application and 
inquiry form that we want to link off of www.medaille.edu, but this is on a 
windows 2000 server running IIS 5.  the web guy is asking me how he 
should program the link.  the new ASP pages on the 2000 box he 
wants to link directly to of www.medaille.edu.  i put a host 
record in the dns server for the 2000 box, what else do i need to do or 
what should be the syntax of his link...pretty new to IIS when it comes 
to multiple servers.
 
thanks for any feedback,
Bob C.Want to unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want to 
unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one 
  first:http://www.ultratech-llc.com/KB/Want to unsub? 
  Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good 
  FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





Re: IIS/DNS Question?

2001-09-27 Thread Bob Chyka
Title: Message



yesthe main web server has a registered 
url...(www.medaille.edu) and off that url 
we want links to a page on a windows 2000 IIs box.  the links are to ASP 
files on the server without a registered name.  i was wondering how to 
program the syntax for the links in dreamweaver or whatever they are usingis 
it www.medaille.edu/hostname of 
2000 box/xxx.asp?
 
thanks for the help

  - Original Message - 
  From: 
  Michael 
  Reid 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 11:14 
  AM
  Subject: Re: IIS/DNS Question?
  
  Oh, you want an outside webserver to link to an 
  internal page by chance?
   
  Michael
  
- Original Message - 
From: 
Bob Chyka 

To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 
11:40 AM
Subject: Re: IIS/DNS Question?

i didi put a host record in the dns called 
abc and i can hit the server by typing abc.medaille.edu but the programmer 
needs to know how he should program a link off the main (medaille.edu) web 
page to hit the other server...
 
i may be unclear..let me know..

  - Original Message - 
  From: 
  Givens, 
  Mike 
  To: NT System Admin 
  Issues 
  Sent: Thursday, September 27, 2001 
  9:29 AM
  Subject: RE: IIS/DNS Question?
  
  One easy way is create a sub domain under your real 
  one and have it point to the Win 2000 server.
   
  eg.  www.somedomain.com
   
  eg. something.somedomain.com
   
  Then just setup the IIS as a regular web site and 
  server.
   
  That way it appears that you never leave the original 
  domain.
   
  Mike
   
   
  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
  Question?
  Hello everyone,
   
  seeing if there is someone out there that can 
  help me with this one because i am about to smash my head on the 
  wall.
   
  we have a registered domain name (www.medaille.edu) for our school.  
  our web page is being hosted on a Unix machine and our dns is windows 
  2000.
   
  we have developed an online application and 
  inquiry form that we want to link off of www.medaille.edu, but this is on a 
  windows 2000 server running IIS 5.  the web guy is asking me how he 
  should program the link.  the new ASP pages on the 2000 box he wants 
  to link directly to of www.medaille.edu.  i put a host 
  record in the dns server for the 2000 box, what else do i need to do or 
  what should be the syntax of his link...pretty new to IIS when it comes to 
  multiple servers.
   
  thanks for any feedback,
  Bob C.Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
  that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good 
  FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: IIS/DNS Question?

2001-09-27 Thread Givens, Mike
Title: Message



It would look like this:
 
http://abc.somedomain.com" >New 
Link
 
http://abc.somedomain.com" 
TARGET="_blank">New Link
 
The first one will open it up in the same 
browser window.  The second one will open it up in a new browser 
window.  Of course the word "New Link" is what you will call the link. 

 
You can NOT use the www.somedomain.com/windows2000_server_directory 
with out some good knowledge of HTML.  Which it sounds like your 
programmers do not have.
 
Mike
 
 
 -Original Message-From: 
Bob Chyka [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 
2001 11:21 AMTo: NT System Admin IssuesSubject: Re: 
IIS/DNS Question?
yesthe main web server has a registered 
url...(www.medaille.edu) and off that url 
we want links to a page on a windows 2000 IIs box.  the links are to ASP 
files on the server without a registered name.  i was wondering how to 
program the syntax for the links in dreamweaver or whatever they are usingis 
it www.medaille.edu/hostname of 
2000 box/xxx.asp?
 
thanks for the help

  - Original Message - 
  From: 
  Michael 
  Reid 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 11:14 
  AM
  Subject: Re: IIS/DNS Question?
  
  Oh, you want an outside webserver to link to an 
  internal page by chance?
   
  Michael
  
- Original Message - 
From: 
Bob Chyka 

To: NT System Admin 
Issues 
Sent: Thursday, September 27, 2001 
    11:40 AM
Subject: Re: IIS/DNS Question?

i didi put a host record in the dns called 
abc and i can hit the server by typing abc.medaille.edu but the programmer 
needs to know how he should program a link off the main (medaille.edu) web 
page to hit the other server...
 
i may be unclear..let me know..

  - Original Message - 
  From: 
  Givens, 
  Mike 
  To: NT System Admin 
  Issues 
  Sent: Thursday, September 27, 2001 
      9:29 AM
  Subject: RE: IIS/DNS Question?
  
  One easy way is create a sub domain under your real 
  one and have it point to the Win 2000 server.
   
  eg.  www.somedomain.com
   
  eg. something.somedomain.com
   
  Then just setup the IIS as a regular web site and 
  server.
   
  That way it appears that you never leave the original 
  domain.
   
  Mike
   
   
  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
  Question?
  Hello everyone,
   
  seeing if there is someone out there that can 
  help me with this one because i am about to smash my head on the 
  wall.
   
  we have a registered domain name (www.medaille.edu) for our school.  
  our web page is being hosted on a Unix machine and our dns is windows 
  2000.
   
  we have developed an online application and 
  inquiry form that we want to link off of www.medaille.edu, but this is on a 
  windows 2000 server running IIS 5.  the web guy is asking me how he 
  should program the link.  the new ASP pages on the 2000 box he wants 
  to link directly to of www.medaille.edu.  i put a host 
  record in the dns server for the 2000 box, what else do i need to do or 
  what should be the syntax of his link...pretty new to IIS when it comes to 
  multiple servers.
   
  thanks for any feedback,
  Bob C.Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
  that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good 
  FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
this one first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





Re: IIS/DNS Question?

2001-09-27 Thread Michael Reid
Title: Message



Oh, you want an outside webserver to link to an 
internal page by chance?
 
Michael

  - Original Message - 
  From: 
  Bob Chyka 
  
  To: NT System Admin Issues 
  Sent: Thursday, September 27, 2001 11:40 
  AM
  Subject: Re: IIS/DNS Question?
  
  i didi put a host record in the dns called 
  abc and i can hit the server by typing abc.medaille.edu but the programmer 
  needs to know how he should program a link off the main (medaille.edu) web 
  page to hit the other server...
   
  i may be unclear..let me know..
  
- Original Message - 
From: 
Givens, 
Mike 
To: NT System Admin Issues 

Sent: Thursday, September 27, 2001 9:29 
AM
Subject: RE: IIS/DNS Question?

One easy way is create a sub domain under your real one and have it 
point to the Win 2000 server.
 
eg.  www.somedomain.com
 
eg. something.somedomain.com
 
Then just setup the IIS as a regular web site and 
server.
 
That way it appears that you never leave the original 
domain.
 
Mike
 
 

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
Question?
Hello everyone,
 
seeing if there is someone out there that can 
help me with this one because i am about to smash my head on the 
wall.
 
we have a registered domain name (www.medaille.edu) for our school.  
our web page is being hosted on a Unix machine and our dns is windows 
2000.
 
we have developed an online application and 
inquiry form that we want to link off of www.medaille.edu, but this is on a 
windows 2000 server running IIS 5.  the web guy is asking me how he 
should program the link.  the new ASP pages on the 2000 box he wants to 
link directly to of www.medaille.edu.  i put a host 
record in the dns server for the 2000 box, what else do i need to do or what 
should be the syntax of his link...pretty new to IIS when it comes to 
multiple servers.
 
thanks for any feedback,
Bob C.Want to unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do 
that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? 
Try this one first:http://www.ultratech-llc.com/KB/Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a 
  good FAQ? Try this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: IIS/DNS Question?

2001-09-27 Thread Givens, Mike
Title: Message



You need to use "absolute path statements" with your 
links.
 
Make sure to include the http://somedomain.somedomain.com in 
the link
 
Mike
 
 

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 9:40 
AMTo: NT System Admin IssuesSubject: Re: IIS/DNS 
Question?
i didi put a host record in the dns called abc 
and i can hit the server by typing abc.medaille.edu but the programmer needs to 
know how he should program a link off the main (medaille.edu) web page to hit 
the other server...
 
i may be unclear..let me know..

  - Original Message - 
  From: 
  Givens, 
  Mike 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 9:29 
  AM
  Subject: RE: IIS/DNS Question?
  
  One easy way is create a sub domain under your real one and have it 
  point to the Win 2000 server.
   
  eg.  www.somedomain.com
   
  eg. something.somedomain.com
   
  Then just setup the IIS as a regular web site and 
  server.
   
  That way it appears that you never leave the original 
  domain.
   
  Mike
   
   
  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
  Question?
  Hello everyone,
   
  seeing if there is someone out there that can 
  help me with this one because i am about to smash my head on the 
  wall.
   
  we have a registered domain name (www.medaille.edu) for our school.  our 
  web page is being hosted on a Unix machine and our dns is windows 
  2000.
   
  we have developed an online application and 
  inquiry form that we want to link off of www.medaille.edu, but this is on a windows 
  2000 server running IIS 5.  the web guy is asking me how he should 
  program the link.  the new ASP pages on the 2000 box he wants to link 
  directly to of www.medaille.edu.  i 
  put a host record in the dns server for the 2000 box, what else do i need to 
  do or what should be the syntax of his link...pretty new to IIS when it comes 
  to multiple servers.
   
  thanks for any feedback,
  Bob C.Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one first:http://www.ultratech-llc.com/KB/Want to 
unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good 
FAQ? Try this one first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





Re: IIS/DNS Question?

2001-09-27 Thread Bob Chyka
Title: Message



i didi put a host record in the dns called abc 
and i can hit the server by typing abc.medaille.edu but the programmer needs to 
know how he should program a link off the main (medaille.edu) web page to hit 
the other server...
 
i may be unclear..let me know..

  - Original Message - 
  From: 
  Givens, 
  Mike 
  To: NT System Admin Issues 
  
  Sent: Thursday, September 27, 2001 9:29 
  AM
  Subject: RE: IIS/DNS Question?
  
  One easy way is create a sub domain under your real one and have it 
  point to the Win 2000 server.
   
  eg.  www.somedomain.com
   
  eg. something.somedomain.com
   
  Then just setup the IIS as a regular web site and 
  server.
   
  That way it appears that you never leave the original 
  domain.
   
  Mike
   
   
  
  -Original Message-From: Bob Chyka 
  [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 
  8:16 AMTo: NT System Admin IssuesSubject: IIS/DNS 
  Question?
  Hello everyone,
   
  seeing if there is someone out there that can 
  help me with this one because i am about to smash my head on the 
  wall.
   
  we have a registered domain name (www.medaille.edu) for our school.  our 
  web page is being hosted on a Unix machine and our dns is windows 
  2000.
   
  we have developed an online application and 
  inquiry form that we want to link off of www.medaille.edu, but this is on a windows 
  2000 server running IIS 5.  the web guy is asking me how he should 
  program the link.  the new ASP pages on the 2000 box he wants to link 
  directly to of www.medaille.edu.  i 
  put a host record in the dns server for the 2000 box, what else do i need to 
  do or what should be the syntax of his link...pretty new to IIS when it comes 
  to multiple servers.
   
  thanks for any feedback,
  Bob C.Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one first:http://www.ultratech-llc.com/KB/Want to unsub? Do that 
  here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try 
  this one 
first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: IIS/DNS Question?

2001-09-27 Thread Givens, Mike
Title: Message



One easy way is create a sub domain under your real one and have it point 
to the Win 2000 server.
 
eg.  www.somedomain.com
 
eg. something.somedomain.com
 
Then just setup the IIS as a regular web site and 
server.
 
That way it appears that you never leave the original 
domain.
 
Mike
 
 

-Original Message-From: Bob Chyka 
[mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 8:16 
AMTo: NT System Admin IssuesSubject: IIS/DNS 
Question?
Hello everyone,
 
seeing if there is someone out there that can help 
me with this one because i am about to smash my head on the wall.
 
we have a registered domain name (www.medaille.edu) for our school.  our 
web page is being hosted on a Unix machine and our dns is windows 
2000.
 
we have developed an online application and inquiry 
form that we want to link off of www.medaille.edu, but this is on a windows 
2000 server running IIS 5.  the web guy is asking me how he should program 
the link.  the new ASP pages on the 2000 box he wants to link directly to 
of www.medaille.edu.  i put a host 
record in the dns server for the 2000 box, what else do i need to do or what 
should be the syntax of his link...pretty new to IIS when it comes to multiple 
servers.
 
thanks for any feedback,
Bob C.Want to unsub? Do that 
here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed a good FAQ? Try this 
one first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/