IIS Question

2011-04-23 Thread fun and learning
Hi All - I have a IIS/coldfusion question. I am working with a client, who has both production and development stuff on the same machine. He has two drives, C and E. C drive has development files and E drive has production. The IIS configuration points to E drive. C drive the has the

IIS Question

2011-04-23 Thread fun and learning
Hi All - I have a IIS/coldfusion question. I am working with a client, who has both production and development stuff on the same machine. He has two drives, C and E. C drive has development files and E drive has production. The IIS configuration points to E drive. C drive the has the

Re: IIS Question

2011-04-23 Thread Charlie Stell
You'd likely want to defined two iis sites, one for dev and one for prod. For each site, the home directory should be the respective code base for each, and you'd want to add a virtual directory pointing to cfide on each. The differing drives should be no problem. Hope that helps! Charlie

Re: IIS Question

2011-04-23 Thread Brian Polackoff
Right click the web site in IIS and click on click on the home directory path. This will tell you where IIS is looking on a per site basis. Hope this helps. Thanks, Brian On Apr 23, 2011, at 1:15 PM, fun and learning funandlrnn...@gmail.com wrote: Hi All - I have a IIS/coldfusion

Re: IIS Question

2011-04-23 Thread Dave Watts
But confused if IIS can point to two different drives? How to find out which drive the IIS point out to.. I hope I am not vague with my question A single IIS server can have many IIS sites, or virtual servers. These can point to wherever you want them to point. Presumably, this machine has at

Re: IIS Question

2011-04-23 Thread Russ Michaels
as you are running both development and production on the same server I would also suggest you take measures to isolate them as this is a very bad setup you have as your untested development code could take down CF and thus the live site. I suggest you run CF multi in server mode and run 2

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 23 April 2011 20:58 To: cf-talk Subject: Re: IIS Question as you are running both development and production on the same server I would also suggest you take measures to isolate them as this is a very bad setup you have as your untested

Re: IIS Question

2011-04-23 Thread Russ Michaels
, etc with very clear and regulated naming conventions. Jenny Gavin-Wear Fast Track Online http://www.fasttrackonline.co.uk/ -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 23 April 2011 20:58 To: cf-talk Subject: Re: IIS Question as you are running

RE: IIS Question

2011-04-23 Thread Mark A. Kruger
). -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday, April 23, 2011 6:43 PM To: cf-talk Subject: Re: IIS Question Jenny i'm not sure what

RE: IIS Question

2011-04-23 Thread Eric Roberts
in multiple locations on multiple drives. -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Saturday, April 23, 2011 12:08 PM To: cf-talk Subject: IIS Question Hi All - I have a IIS/coldfusion question. I am working with a client, who has both production

RE: IIS Question

2011-04-23 Thread Eric Roberts
I have certainly done it before :-D -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday, April 23, 2011 06:43 PM To: cf-talk Subject: Re: IIS Question Jenny i'm not sure what evidence you have to quality that statement, but you couldn't be more wrong

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
Gavin-Wear Fast Track Online Tel: 01262 602013 http://www.fasttrackonline.co.uk/ -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 24 April 2011 00:43 To: cf-talk Subject: Re: IIS Question Jenny i'm not sure what evidence you have to quality that statement

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
@ the original poster who left no name. Don't forget to set up your virtual CFIDE directories for each site. Jenny No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 9.0.894 / Virus Database: 271.1.1/3592 - Release Date: 04/23/11 07:36:00

Re: IIS Question

2011-04-23 Thread Russ Michaels
http://www.fasttrackonline.co.uk/ -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 24 April 2011 00:43 To: cf-talk Subject: Re: IIS Question Jenny i'm not sure what evidence you have to quality that statement, but you couldn't be more wrong, bad code

Re: IIS Question

2011-04-23 Thread Dave Watts
See your point, but the actual likely hood of taking down a server with code is pretty small. My experience has been directly the opposite of this over the last fifteen years or so. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
. The original poster asked a very straight forward question, he didn't ask to have his circumstances analyzed by you. Jenny -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 24 April 2011 02:05 To: cf-talk Subject: Re: IIS Question So you believe that code can only

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
Point taken, but I can only speak from my own experience. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: 24 April 2011 02:27 To: cf-talk Subject: Re: IIS Question See your point, but the actual likely hood of taking down a server with code is pretty small. My

Re: IIS Question

2011-04-23 Thread Russ Michaels
:05 To: cf-talk Subject: Re: IIS Question So you believe that code can only bring a server down in a hosted environment and that hosting a live production site off your local development machine (presumably running off a ADSL connection) is not better than a server in a data centre

RE: IIS Question

2011-04-23 Thread Jenny Gavin-Wear
You're not worth my time. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 24 April 2011 03:21 To: cf-talk Subject: Re: IIS Question Actually Jenny I was ONLY quoting your own statements BACK, so I did not make any assumptions, you may want to read back your

Re: OT: IIS Question...

2008-05-08 Thread Cutter (CFRelated)
Why do you do that? Preserving the original domain? On the 'Web Sites' tab of a site's properties there is an Advanced button next to the IP Address field. Here you can specify a number of separate host headers for the same site. (This is for IIS 6. IIS 7 may be different, I haven't played

Re: OT: IIS Question...

2008-05-08 Thread JediHomer
Just so that all domains and variations for that domain are sent to the full domain name that we use to market that site. We will often but the .co.uk and .net domains but only market the ..com. We then get the .co.uk and .net to forward to the .com 2008/5/7 Cutter (CFRelated) [EMAIL

Re: OT: IIS Question...

2008-05-06 Thread JediHomer
I tend to create 2 sites in IIS, one containing the host-header www.mydomain.com, this one contains the site, then the other site created contains all the variations to the host-header, then set the home directory to be a permanent redirection to the first site. HTH 2008/5/5 Che Vilnonis [EMAIL

OT: IIS Question...

2008-05-05 Thread Che Vilnonis
Is there a way with IIS to automatically redirect traffic from mydomain.com to www.mydomain.com? Or do I need to purchase a rewrite tool for IIS? Thanks, Che ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

RE: IIS Question...

2008-05-05 Thread Che Vilnonis
Subject: RE: IIS Question... In your Application.cfc/.cfm, you can check the CGI variables and then redirect the browser. m!ke -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:00 AM To: CF-Talk Subject: OT: IIS Question... Is there a way with IIS

RE: IIS Question...

2008-05-05 Thread Dawson, Michael
In your Application.cfc/.cfm, you can check the CGI variables and then redirect the browser. m!ke -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:00 AM To: CF-Talk Subject: OT: IIS Question... Is there a way with IIS to automatically

RE: IIS Question...

2008-05-05 Thread Kevin Aebig
If you're doing your own dns, why not just add another host header for www.domain.com as well? !k -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 8:00 AM To: CF-Talk Subject: OT: IIS Question... Is there a way with IIS to automatically

RE: IIS Question...

2008-05-05 Thread Eric Roberts
)ftp @ @ points to the ip of my server(via the A Record)... (courtesy of the godaddy dns manager ;-) ) Eric /*-Original Message- /*From: Che Vilnonis [mailto:[EMAIL PROTECTED] /*Sent: Monday, May 05, 2008 9:00 AM /*To: CF-Talk /*Subject: OT: IIS Question... /* /*Is there a way

RE: IIS Question...

2008-05-05 Thread Dawson, Michael
- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:52 AM To: CF-Talk Subject: RE: IIS Question... Mike, I never thought of that. Should the code be placed in the onRequestStart function? Also, this would be a case where I'd need a 301 redirect, right? Thanks, Che

RE: IIS Question...

2008-05-05 Thread Jacob
/cfif I use this to help with canonical issues and search engines. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 7:52 AM To: CF-Talk Subject: RE: IIS Question... Mike, I never thought of that. Should the code be placed

RE: IIS Question...

2008-05-05 Thread Che Vilnonis
domain.com traffic to go to www.domain.com automatically. -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 12:02 PM To: CF-Talk Subject: RE: IIS Question... Put this at the top of your application.cfm (test this first since I just typed it). cfif

RE: IIS Question...

2008-05-05 Thread Jacob
AM To: CF-Talk Subject: RE: IIS Question... Jacob... that is exactly what I am looking for. And yes, I am doing this for search engines ranking purposes. Otherwise, it would not matter to me. ;) Eric, I'm no DNS wiz, but I already have a www and a blank host A-record entry entry for the domain

RE: IIS Question...

2008-05-05 Thread Che Vilnonis
Thanks for the tip. I almost forgot to do that! :) -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 12:40 PM To: CF-Talk Subject: RE: IIS Question... Also... For Google, set up the Google Webmaster tools for your website. Add your site and set

Re: OT: IIS Question...

2008-05-05 Thread David
Try Ionics IIRF; free and open source rewrite. http://cheeso.members.winisp.net/IIRF.aspx http://www.codeplex.com/IIRF On Mon, May 5, 2008 at 9:59 AM, Che Vilnonis [EMAIL PROTECTED] wrote: Is there a way with IIS to automatically redirect traffic from mydomain.com to www.mydomain.com? Or do

RE: Cheesy IIS question

2003-08-14 Thread Jack Poe
gawd, IIS blows! I used to use Deerfield Website but Red Sky won't work with it is Apache any better? Or is there another solution? -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:22 PM To: CF-Talk Subject: Re: Cheesy IIS question

Re: Cheesy IIS question

2003-08-14 Thread Jochem van Dieten
Jack Poe wrote: You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector I don't think that would help with the number of concurrent TCP/IP connections. You might have more luck with something like timing them out

Re: Cheesy IIS question

2003-08-14 Thread Marlon Moyer
Since you're on Win2K pro, I'm assuming you have the 1 site version of IIS, if that's the case and you have more than 1 site (ie, you access the site by something like 127.0.0.1/cfdayton/) it might be an issue of absolute image paths, meaning that your image paths look like this:

Re: Cheesy IIS question

2003-08-14 Thread Jochem van Dieten
Jack Poe wrote: great - I'd have to un-install CFMX again? that's three times today...g Do you use IIS functionality? Why not just shut down IIS and have the CF MX build in webserver run on port 80? Jochem ~|

RE: Cheesy IIS question

2003-08-14 Thread Jack Poe
] Sent: Tuesday, August 05, 2003 5:38 PM To: CF-Talk Subject: Re: Cheesy IIS question I have a development instance of a site that's running under a Developer License of MX using the internal server. I upgraded it to 6.1 this morning and though the initial server start seemed to take longer than MX

RE: Cheesy IIS question

2003-08-14 Thread Jack Poe
great - I'd have to un-install CFMX again? that's three times today...g -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:07 PM To: CF-Talk Subject: RE: Cheesy IIS question -Original Message- From: Jochem van Dieten

Cheesy IIS question

2003-08-14 Thread Jack Poe
BlankWhy oh why am I seeing broken images when I visit a site from the machine it is being hosted onin IIS 5.0 on Win2000 Pro The offending site is www.cfdayton.com _ Jack L. Poe Manager Greater Dayton ColdFusion User Group www.cfdayton.com [EMAIL PROTECTED]

Re: Cheesy IIS question

2003-08-14 Thread Jochem van Dieten
Jack Poe wrote: BlankWhy oh why am I seeing broken images when I visit a site from the machine it is being hosted onin IIS 5.0 on Win2000 Pro The offending site is www.cfdayton.com I got the following error: The page cannot be displayed There are too many people accessing the Web site

Re: Cheesy IIS question

2003-08-14 Thread Jim Campbell
kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector thanks! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:31 PM To: CF-Talk Subject: Re: Cheesy IIS question Jack

Re: Cheesy IIS question

2003-08-10 Thread Jim Campbell
-Talk Subject: Re: Cheesy IIS question Jack Poe wrote: great - I'd have to un-install CFMX again? that's three times today...g Do you use IIS functionality? Why not just shut down IIS and have the CF MX build in webserver run on port 80? Jochem

RE: Cheesy IIS question

2003-08-09 Thread Jack Poe
, August 05, 2003 4:59 PM To: CF-Talk Subject: Re: Cheesy IIS question Is Linux/Apache not an option? I don't know how familiar you are with it, but it's not *that* difficult to set up a webserver from scratch, especially with a friendly installer like SuSE or Mandrake, and you won't be restricted

RE: Cheesy IIS question

2003-08-06 Thread Dave Watts
Why oh why am I seeing broken images when I visit a site from the machine it is being hosted onin IIS 5.0 on Win2000 Pro The offending site is www.cfdayton.com My guess is that you're not preloading all the images you're using for your image rollovers. Dave Watts, CTO, Fig Leaf Software

RE: Cheesy IIS question

2003-08-06 Thread Douglas.Knudsen
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:58 PM To: CF-Talk Subject: Re: Cheesy IIS question Jochem van Dieten wrote: Jack Poe wrote: You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get

RE: Cheesy IIS question

2003-08-05 Thread Jack Poe
is the 6.1 built-in server better than the last version? It was slow as molasses -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:17 PM To: CF-Talk Subject: Re: Cheesy IIS question Jack Poe wrote: great - I'd have to un-install

RE: Cheesy IIS question

2003-08-05 Thread Jack Poe
You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector thanks! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:31 PM To: CF-Talk Subject: Re: Cheesy IIS

Re: Cheesy IIS question

2003-08-05 Thread Jochem van Dieten
Jochem van Dieten wrote: Jack Poe wrote: You're kidding!!! Leave it to Microsoft to put the stranglehold on me maybe I can get Deerfield to cough up a new CFMX connector I don't think that would help with the number of concurrent TCP/IP connections. You might have more luck with

RE: (OT) IIS Question for Local Server and Host file

2002-03-19 Thread Neil Giarratana
). Regards, Neil -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 7:04 PM To: CF-Talk Subject: (OT) IIS Question for Local Server and Host file Is it possible set up my local IIS server to do something like this: http://somealias/ And send

(OT) IIS Question for Local Server and Host file

2002-03-18 Thread Owens, Howard
Is it possible set up my local IIS server to do something like this: http://somealias/ And send that request to a specified sub folder on my server. I've added this line to my hosts file: 127.0.0.1 somealias But all that does is send me to the same page as localhost I want to make

Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Neil H.
Maybe a host header and that host file combined will get it working? Neil - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 18, 2002 7:03 PM Subject: (OT) IIS Question for Local Server and Host file Is it possible set up my

Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Neil H.
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 18, 2002 7:03 PM Subject: (OT) IIS Question for Local Server and Host file Is it possible set up my local IIS server

RE: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Owens, Howard
Thanks ... making that change gave me the same results (the alias still goes to the server root) as chaning the host file. H. -Original Message- From: Neil H. [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:42 PM To: CF-Talk Subject: Re: (OT) IIS Question for Local

Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Jim McAtee
like: First web site: 127.0.0.1 80 WebSite1 Second web site: 127.0.0.1 80 WebSite2 Jim - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 18, 2002 5:58 PM Subject: RE: (OT) IIS Question for Local Server and Host file

RE: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread howard
) IIS Question for Local Server and Host file You need to do both. Create the entries your hosts file, and also configure it correctly in IIS. In IIS you'll need to create multiple web sites to do this. So if your hosts file had: 127.0.0.1 WebSite1 127.0.0.1 WebSite2 and you wanted the names

IIS question

2002-02-07 Thread Douglas Jordon
Hi, I've been given a site to work on that uses a site root reference in all of it's links(a href=/etc.cfm). The links don't work on our development server where there was only a default web site created. So I created a website with the snap-on with the home directory as root, but the links

RE: IIS question

2002-02-07 Thread Steve Oliver
solutions, inc. http://www.atnetsolutions.com -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:06 AM To: CF-Talk Subject: IIS question Hi, I've been given a site to work on that uses a site root reference in all of it's links(a href

Re: IIS question

2002-02-07 Thread Douglas Jordon
- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:06 AM To: CF-Talk Subject: IIS question Hi, I've been given a site to work on that uses a site root reference in all of it's links(a href=/etc.cfm). The links don't work on our development server where

RE: OT IIS question

2001-10-05 Thread Erik de Groot
IIS 5 is only availible in Win2K -Oorspronkelijk bericht- Van: David Green [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 4 oktober 2001 18:32 Aan: CF-Talk Onderwerp: OT IIS question Thanks all on the list, your emails have helped a lot in learning CF. We have a very small

OT IIS question

2001-10-04 Thread David Green
. Also when I run the new lock down tool it tells me it won't run on this version of IIS. Question is am I reading version number correctly in the IIS manager and if so how do you upgrade your IIS. I have looked at MS site found all the patches just have not found the IIS server upgrades. I

Re: OT IIS question

2001-10-04 Thread Jochem van Dieten
me am running IIS 3. Also when I run the new lock down tool it tells me it won't run on this version of IIS. Question is am I reading version number correctly in the IIS manager and if so how do you upgrade your IIS. I have looked at MS site found all the patches just have not found

Re: OT IIS question

2001-10-04 Thread cf refactoring
for IIS4 go to http://support.microsoft.com/support/iis/install/install_iis4.asp --- David Green [EMAIL PROTECTED] wrote: We have a very small shop and I'm trying to figure out how to upgrade IIS to 4 or 5.I thought this happened when we loaded SP6 on the NT40 but when I go to IIS

RE: OT IIS question

2001-10-04 Thread Mark Warrick
: markwarric Yahoo: Serengeti = -Original Message- From: David Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 9:32 AM To: CF-Talk Subject: OT IIS question Thanks all on the list, your emails have helped a lot in learning CF. We have

Simple IIS question(3)

2000-09-01 Thread aslam bajaria
Is Apache NT an operating system? If it is an OS, then will I have to remove Win 98 from my computer before installing it? Appreciate. A.B. --- Chris Lott [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 IIS4 comes with NT4 Option Pack, it is not part of Windows98.

RE: Simple IIS question(3)

2000-09-01 Thread Ed Toon
PROTECTED]] Sent: Friday, September 01, 2000 12:43 PM To: [EMAIL PROTECTED] Subject: Simple IIS question(3) Is Apache NT an operating system? If it is an OS, then will I have to remove Win 98 from my computer before installing it? Appreciate. A.B

Re: Re:Simple IIS question

2000-08-30 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 IIS4 comes with NT4 Option Pack, it is not part of Windows98. You cannot run windows98 as a server, unless your just using it for local development of course, in which case you can use PWS (Personal Web Server) but it's a bit crap, give

Re:Simple IIS question

2000-08-28 Thread Russ Michaels
IIS4 comes with NT4 Option Pack, it is not part of Windows98. You cannot run windows98 as a server, unless your just using it for local development of course, in which case you can use PWS (Personal Web Server) but it's a bit crap, give O'Reily Webserver Pro a try. Satachi Internet

Re: Simple IIS question

2000-08-28 Thread biju
Hai I am Biju Yes, MS IIS is a part of WindowsNT operating System. I don't think you'll be able to work with MS IIS in Windows 98 environment. Instead, you can use MS Personal Web Server. You can install MS PWS from Windows 98 CD. Please refer to www.microsoft.com for more info.

RE: Simple IIS question

2000-08-28 Thread Peter Tilbrook
You can download it or obtain the NT Option Pack. -Original Message- From: aslam bajaria To: [EMAIL PROTECTED] Sent: 28/08/00 15:05 Subject: Simple IIS question Hi All, Is MS Internet Information Server already part of the operating system or do I have to download it? I am using

Re: Simple IIS question

2000-08-28 Thread Michael Slatoff
ust 28, 2000 3:29 PM Subject: RE: Simple IIS question You can download it or obtain the NT Option Pack. -Original Message- From: aslam bajaria To: [EMAIL PROTECTED] Sent: 28/08/00 15:05 Subject: Simple IIS question Hi All, Is MS Internet Information Server already part of the operating

Simple IIS question

2000-08-27 Thread aslam bajaria
Hi All, Is MS Internet Information Server already part of the operating system or do I have to download it? I am using Windows 98. Appreciate. A.B. __ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/

Re: Simple IIS question

2000-08-27 Thread Brian Thornton
You need Personal Web Server if you're going to use Win98... IIS is for NT.. - Original Message - From: aslam bajaria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 27, 2000 10:05 PM Subject: Simple IIS question Hi All, Is MS Internet Information Server already part

(maybe) OT: IIS Question

2000-07-07 Thread Eron Cohen
I am suspicious that our NT 4.0/IIS 4.0 server is imposing an artificial limit of 4 downloads at a time. In other words, at a given moment, only 4 files can be downloaded. Any beyond that hang until one of those 4 finish, then the next ones start. I have no clue what could cause this. I DO

RE: (maybe) OT: IIS Question

2000-07-07 Thread Steve Bernard
Cohen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 2:02 PM To: [EMAIL PROTECTED] Subject: (maybe) OT: IIS Question I am suspicious that our NT 4.0/IIS 4.0 server is imposing an artificial limit of 4 downloads at a time. In other words, at a given moment, only 4 files can be downloaded

RE: (maybe) OT: IIS Question

2000-07-07 Thread Gail Rogers
please take me off your list! -Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 2:02 PM To: [EMAIL PROTECTED] Subject: (maybe) OT: IIS Question I am suspicious that our NT 4.0/IIS 4.0 server is imposing an artificial limit of 4 downloads

RE: (maybe) OT: IIS Question

2000-07-07 Thread David Sparkman
PROTECTED] Subject: RE: (maybe) OT: IIS Question If my guess is correct you are using IE as your browser? I say that because I am using IE 5.x and it imposes that limitation on me no matter where I'm downloading from, even if it is a mix of sites. I don't remember ever having this occur with NS. Steve