Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Win 2000 Pro and IIS limitations

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  global.asa on remote machine causing application ..  
Author Message
rspeiss

External


Since: Mar 02, 2004
Posts: 8



(Msg. 1) Posted: Mon Jun 07, 2004 10:32 am
Post subject: Win 2000 Pro and IIS limitations
Archived from groups: microsoft>public>inetserver>iis (more info?)

Is there a FAQ that lists the limiations of IIS 5.0 on a Windows 2000 Pro
computer?

I am trying to get a website up and going at home but I keep running into
things that IIS on Win 2000 Pro can't do (like host headers). Now I am
trying to use Server Side Includes and it is not working either so I assume
this is another thing that is actually not included.

I am not intending to use my computer as the production server but I thought
that I should be able to access the functions that the eventual production
server (Windows 2003 Server) would have (minus things added in IIS 6.0 of
course). It makes it a bit more of a pain to develop when I have to
constantly upload my changes before I can actually test them.

Anyway, if there is a list of limitations or a feature comparison betwen
running IIS on a client vs server computer I would love to get it and have
it available as a quick reference.

Thanks

Richard Speiss

 >> Stay informed about: Win 2000 Pro and IIS limitations 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 2) Posted: Mon Jun 07, 2004 10:32 am
Post subject: Win 2000 Pro and IIS limitations [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can try this:
<a style='text-decoration: underline;' href="http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm" target="_blank">http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm</a>
#IIS
Basic things:
1: Only 1 web site allowed
2: Limit of 10 simultaneous connections
3: No host headers

If you could give uss errors as to why the includes are
not working, that may help us.

doug
 >-----Original Message-----
 >Is there a FAQ that lists the limiations of IIS 5.0 on a
Windows 2000 Pro
 >computer?
 >
 >I am trying to get a website up and going at home but I
keep running into
 >things that IIS on Win 2000 Pro can't do (like host
headers). Now I am
 >trying to use Server Side Includes and it is not working
either so I assume
 >this is another thing that is actually not included.
 >
 >I am not intending to use my computer as the production
server but I thought
 >that I should be able to access the functions that the
eventual production
 >server (Windows 2003 Server) would have (minus things
added in IIS 6.0 of
 >course). It makes it a bit more of a pain to develop
when I have to
 >constantly upload my changes before I can actually test
them.
 >
 >Anyway, if there is a list of limitations or a feature
comparison betwen
 >running IIS on a client vs server computer I would love
to get it and have
 >it available as a quick reference.
 >
 >Thanks
 >
 >Richard Speiss
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Win 2000 Pro and IIS limitations 
Back to top
Login to vote
albatross_sing

External


Since: Mar 01, 2004
Posts: 9



(Msg. 3) Posted: Mon Jun 07, 2004 12:50 pm
Post subject: Re: Win 2000 Pro and IIS limitations [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Greetings

SSI's work on W2K Pro.

Here are some limitations of IIS on W2K:

You can't create more than one Web site.

You're limited to 10 simultaneous connections. Because a request to download
a page can require multiple TCP sessions, this limitation actually
translates to 40 connections.

The Operators tab is unavailable. The Operators tab lets you specify which
groups or users can administer a Web site. Because Win2K Pro isn't a server
and doesn't support multiple Web sites, this features is unnecessary.

You can't limit access based on IP address or domain name.

On the Performance tab, you can't enable bandwidth throttling or process
throttling. Therefore, you can't select the Enforce limits check box.

Browser-based administration is unavailable because IIS 5.0 under Win2K Pro
doesn't support the use of multiple virtual Web servers. A virtual web site
is required to support the browser-based administrative tools.

Hope this helps
Albatross Singh


"Richard Speiss" <rspeiss RemoveThis @mtxinc.com> wrote in message
news:eCnd2PJTEHA.240@TK2MSFTNGP11.phx.gbl...
 > Is there a FAQ that lists the limiations of IIS 5.0 on a Windows 2000 Pro
 > computer?
 >
 > I am trying to get a website up and going at home but I keep running into
 > things that IIS on Win 2000 Pro can't do (like host headers). Now I am
 > trying to use Server Side Includes and it is not working either so I
assume
 > this is another thing that is actually not included.
 >
 > I am not intending to use my computer as the production server but I
thought
 > that I should be able to access the functions that the eventual production
 > server (Windows 2003 Server) would have (minus things added in IIS 6.0 of
 > course). It makes it a bit more of a pain to develop when I have to
 > constantly upload my changes before I can actually test them.
 >
 > Anyway, if there is a list of limitations or a feature comparison betwen
 > running IIS on a client vs server computer I would love to get it and have
 > it available as a quick reference.
 >
 > Thanks
 >
 > Richard Speiss
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win 2000 Pro and IIS limitations 
Back to top
Login to vote
rspeiss

External


Since: Mar 02, 2004
Posts: 8



(Msg. 4) Posted: Mon Jun 07, 2004 2:40 pm
Post subject: Re: Win 2000 Pro and IIS limitations [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, I should have mentioned the specific problem I was having.

I created my test file with the name index.shtml in order to comply with the
naming convention but I can't get the page to display at all. I get

HTTP 403.1 Forbidden: Execute Access Forbidden
Internet Information Services

when I try to access the html page. I noticed that index.shtml was not in
the list of default documents so i added it but that didn't work either.

I know I have access to that folder since I can type in spefic html pages
and they come up but as soon as I type in an shtml page I get the above
error.

Thanks

Richard

"doug" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:18d3301c44c96$1d6489b0$a601280a@phx.gbl...
 > You can try this:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm</font" target="_blank">http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm</font</a>>
 > #IIS
 > Basic things:
 > 1: Only 1 web site allowed
 > 2: Limit of 10 simultaneous connections
 > 3: No host headers
 >
 > If you could give uss errors as to why the includes are
 > not working, that may help us.
 >
 > doug
  > >-----Original Message-----
  > >Is there a FAQ that lists the limiations of IIS 5.0 on a
 > Windows 2000 Pro
  > >computer?
  > >
  > >I am trying to get a website up and going at home but I
 > keep running into
  > >things that IIS on Win 2000 Pro can't do (like host
 > headers). Now I am
  > >trying to use Server Side Includes and it is not working
 > either so I assume
  > >this is another thing that is actually not included.
  > >
  > >I am not intending to use my computer as the production
 > server but I thought
  > >that I should be able to access the functions that the
 > eventual production
  > >server (Windows 2003 Server) would have (minus things
 > added in IIS 6.0 of
  > >course). It makes it a bit more of a pain to develop
 > when I have to
  > >constantly upload my changes before I can actually test
 > them.
  > >
  > >Anyway, if there is a list of limitations or a feature
 > comparison betwen
  > >running IIS on a client vs server computer I would love
 > to get it and have
  > >it available as a quick reference.
  > >
  > >Thanks
  > >
  > >Richard Speiss
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win 2000 Pro and IIS limitations 
Back to top
Login to vote
rspeiss

External


Since: Mar 02, 2004
Posts: 8



(Msg. 5) Posted: Mon Jun 07, 2004 6:05 pm
Post subject: Re: Win 2000 Pro and IIS limitations [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ignore my last post. I found the problem. The that folder did not have
script execute permissions turned on.

Thanks

Richard

"doug" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:18d3301c44c96$1d6489b0$a601280a@phx.gbl...
 > You can try this:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm</font" target="_blank">http://www.techweb.com/winmag/columns/powerw2k/2000/29.htm</font</a>>
 > #IIS
 > Basic things:
 > 1: Only 1 web site allowed
 > 2: Limit of 10 simultaneous connections
 > 3: No host headers
 >
 > If you could give uss errors as to why the includes are
 > not working, that may help us.
 >
 > doug
  > >-----Original Message-----
  > >Is there a FAQ that lists the limiations of IIS 5.0 on a
 > Windows 2000 Pro
  > >computer?
  > >
  > >I am trying to get a website up and going at home but I
 > keep running into
  > >things that IIS on Win 2000 Pro can't do (like host
 > headers). Now I am
  > >trying to use Server Side Includes and it is not working
 > either so I assume
  > >this is another thing that is actually not included.
  > >
  > >I am not intending to use my computer as the production
 > server but I thought
  > >that I should be able to access the functions that the
 > eventual production
  > >server (Windows 2003 Server) would have (minus things
 > added in IIS 6.0 of
  > >course). It makes it a bit more of a pain to develop
 > when I have to
  > >constantly upload my changes before I can actually test
 > them.
  > >
  > >Anyway, if there is a list of limitations or a feature
 > comparison betwen
  > >running IIS on a client vs server computer I would love
 > to get it and have
  > >it available as a quick reference.
  > >
  > >Thanks
  > >
  > >Richard Speiss
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win 2000 Pro and IIS limitations 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]