Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS servers

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  URL Segment Limit  
Author Message
prestonj

External


Since: Jan 30, 2004
Posts: 1



(Msg. 1) Posted: Fri Jan 30, 2004 12:32 pm
Post subject: IIS servers
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,
Our organization is constantly faced with an ever growing number of web
based applications that require full installations on our IIS server. What
we have done is install each application on our IIS server. Each app
usually creates its own web underneath the default web site. And with all
these applications comes updates, patches, and upgrades. All of which
usually mean running setup.exe on the IIS box and letting the installer do
its thing.

Not being a seasoned IIS veteran, I'm wondering if we should change course.
I was thinking about moving some of these apps to inexpensive 1U servers, so
that each app gets its own server. What's the recommended practice, and
what are some things I should be thinking about?

With each change, and each new app, I get more worried that one of these
days an app is going to hose the whole server, or maybe break the
functionality of another app. Some config changes require messing with DCOM
settings, etc. It just gets me uneasy.

Let me know if you have any thoughts for a novice IIS admin.

Thanks,
Jonathan

 >> Stay informed about: IIS servers 
Back to top
Login to vote
webmaster52

External


Since: Jan 26, 2004
Posts: 24



(Msg. 2) Posted: Fri Jan 30, 2004 2:01 pm
Post subject: RE: IIS servers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

----- Jonathan Preston wrote: -----

Each app usually creates its own web underneath the default web site. And with all
these applications comes updates, patches, and upgrades.

I suggest to create for each application an own virtual server (not virtual directory) and to run each website in an own isolated IIS Process.

And of course for the developement and testing area separat virtual websites on a own physical server.

Hope this helps,
Thomas Bruehlmann
http://www.webmeister.ch - intranets quick and easy

 >> Stay informed about: IIS servers 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 3) Posted: Fri Jan 30, 2004 6:41 pm
Post subject: Re: IIS servers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 30 Jan 2004 09:32:15 -0500, "Jonathan Preston"
<prestonj DeleteThis @somewhere.edu> wrote:

 >Hello,
 >Our organization is constantly faced with an ever growing number of web
 >based applications that require full installations on our IIS server. What
 >we have done is install each application on our IIS server. Each app
 >usually creates its own web underneath the default web site. And with all
 >these applications comes updates, patches, and upgrades. All of which
 >usually mean running setup.exe on the IIS box and letting the installer do
 >its thing.
 >
 >Not being a seasoned IIS veteran, I'm wondering if we should change course.
 >I was thinking about moving some of these apps to inexpensive 1U servers, so
 >that each app gets its own server. What's the recommended practice, and
 >what are some things I should be thinking about?
 >
 >With each change, and each new app, I get more worried that one of these
 >days an app is going to hose the whole server, or maybe break the
 >functionality of another app. Some config changes require messing with DCOM
 >settings, etc. It just gets me uneasy.
 >
 >Let me know if you have any thoughts for a novice IIS admin.
 >
 >Thanks,
 >Jonathan

Jonathon,

There's no easy answer to this and it will mostly be determined by
your available budget in the end.

In terms of application stability, having each app on its own box is
probably the absolute best solution. However, in doing this you will
be creating extra work for yourself as each separate instance of IIS
will need to be maintained, patched etc separately.

Another solution would be to run each application in its own memory
space on your IIS server. This will prevent the applications from
bringing down the whole IIS process but it comes at a price in terms
of performance and scalability.

If you can afford it I'd go with the option of having each app on its
own 1U box, especially if the apps belong to different customers or
departments, etc. That way, if there are ever problems following an
upgrade you can rule out the other apps as being the cause of the
problem. And of course a faulty app will only ever bring itself down.




Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS servers 
Back to top
Login to vote
anonymous1081

External


Since: Jan 30, 2004
Posts: 3



(Msg. 4) Posted: Fri Jan 30, 2004 6:41 pm
Post subject: Re: IIS servers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul,
I have the exact smae problem. One app is bringing down
IIS completely. How do I limit the allocation of memory
for that application?

Kole

 >-----Original Message-----
 >On Fri, 30 Jan 2004 09:32:15 -0500, "Jonathan Preston"
 ><prestonj RemoveThis @somewhere.edu> wrote:
 >
  >>Hello,
  >>Our organization is constantly faced with an ever
growing number of web
  >>based applications that require full installations on
our IIS server. What
  >>we have done is install each application on our IIS
server. Each app
  >>usually creates its own web underneath the default web
site. And with all
  >>these applications comes updates, patches, and
upgrades. All of which
  >>usually mean running setup.exe on the IIS box and
letting the installer do
  >>its thing.
  >>
  >>Not being a seasoned IIS veteran, I'm wondering if we
should change course.
  >>I was thinking about moving some of these apps to
inexpensive 1U servers, so
  >>that each app gets its own server. What's the
recommended practice, and
  >>what are some things I should be thinking about?
  >>
  >>With each change, and each new app, I get more worried
that one of these
  >>days an app is going to hose the whole server, or maybe
break the
  >>functionality of another app. Some config changes
require messing with DCOM
  >>settings, etc. It just gets me uneasy.
  >>
  >>Let me know if you have any thoughts for a novice IIS
admin.
  >>
  >>Thanks,
  >>Jonathan
 >
 >Jonathon,
 >
 >There's no easy answer to this and it will mostly be
determined by
 >your available budget in the end.
 >
 >In terms of application stability, having each app on
its own box is
 >probably the absolute best solution. However, in doing
this you will
 >be creating extra work for yourself as each separate
instance of IIS
 >will need to be maintained, patched etc separately.
 >
 >Another solution would be to run each application in its
own memory
 >space on your IIS server. This will prevent the
applications from
 >bringing down the whole IIS process but it comes at a
price in terms
 >of performance and scalability.
 >
 >If you can afford it I'd go with the option of having
each app on its
 >own 1U box, especially if the apps belong to different
customers or
 >departments, etc. That way, if there are ever problems
following an
 >upgrade you can rule out the other apps as being the
cause of the
 >problem. And of course a faulty app will only ever bring
itself down.
 >
 >
 >
 >
 >Regards,
 >
 >Paul Lynch
 >MCSE
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS servers 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 5) Posted: Fri Jan 30, 2004 7:41 pm
Post subject: Re: IIS servers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 30 Jan 2004 07:59:57 -0800, "Kole"
<anonymous.RemoveThis@discussions.microsoft.com> wrote:

 >Paul,
 >I have the exact smae problem. One app is bringing down
 >IIS completely. How do I limit the allocation of memory
 >for that application?
 >
 >Kole

Kole,

Run each web app in its own memory space.

Read these KB articles :

HOW TO: Isolate Web Applications into Their Own Process
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=326086" target="_blank">http://support.microsoft.com/?id=326086</a>

How to Isolate a DLL into a Separate Process By Using Component
Services
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=281335" target="_blank">http://support.microsoft.com/?id=281335</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS servers 
Back to top
Login to vote
user1035

External


Since: Nov 02, 2003
Posts: 93



(Msg. 6) Posted: Fri Jan 30, 2004 11:37 pm
Post subject: Re: IIS servers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It's always a good idea to have more than one Hard Drive. Having two (2)
hard drives that are partitioned is even better:

You can:
Move your "Page File" off of your system drive and onto the second drive
that you have partitioned and give the "Page File" its own little drive say
3 to 5 gigs.

Have all of your web sites on the second hard drive on a different
partitioned than your "Page file". Point all of your "MMC Websites" to the
second hard drive where you have your sites located. Don't forget to set
your default home page... index.htm or index.asp.

With the above set up you can run an IIS server with 512 megs of ram or more
very easily. You should never install your websites to the default INetPub
folder at the root of "C:\Inetpub" this is a poor idea because it already
has the O/S using it full time. Also one other thing is you may want to
locate all of your web logs off of your "C:\WINNT\system32\LogFiles\" to
another partition of the second hard drive, much easier to take care of and
plus again it moves that extra work off of your system drive. This will
spread the load of your server out and allow your system to run much more
efficiently.


--


Thank you for your time and have a great day,

Carroll P. MacDonald
 >> Stay informed about: IIS servers 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DNS servers - Hi all. I have a static public IP address on my server and would like to transfer my site currently hosted by an ISP to my server. When I log into my ISPs web site I see the DNS server's name there. I do not have a DNS server name. Can I use the..

[OT?] - Name Servers - Hi all, Running windows 2003 server primarily for a couple of websites, just wondering if anyone can tell me what I would need in addition maybe to this to run my own NameServers also? Any help or links appreciated - soz if a little OT.. Regards Rob

How do I keep both of my IIS servers using NLB - Question: could someone give me some pointer as how we can keep our web servers using NLB in sync? Have configured two IIS servers using Network Load Balancing, everything seems to be working normally on the NLB. Our problem is that our data is not..

one iis box but 5 web servers - Dear MS Community, I plan on setting up a main IIS Win2k server behind the DMZ. This will have NT authentication enabled, and the default website will point to a server on the LAN. In addition to this there will be several other web servers that..

Moving Servers - 2000 -> 2K3 - I have about a dozen sites configured on a 2000 server, it is my wish to move these sites to a newly built 2003 server. What's the easiest way to accomplish this task? Many thanks!
   Web Hosting and Web Master Forums (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 ]