IIS Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this isn't a general network question, but there doesn't seem to be a
newsgroup for IIS. Here is my question...

Do the guidlines for application protection (Low, Medium, High) apply across
web sites or do the guidelines only apply within each web site?
Specifically, if two web sites are running in Medium application protection
and the code on one site bombs could it interfere with the other site (they
don't share any resources such as files, etc)? What if the two sites are
sharing an IP address?

Thanks,
Todd
 
Todd Bright said:
I know this isn't a general network question, but there doesn't seem to be a
newsgroup for IIS. Here is my question...

There are at least 6 groups for IIS for just English alone.
Do the guidlines for application protection (Low, Medium, High) apply across
web sites or do the guidelines only apply within each web site?

Each "Application",...which usually means each site,..but there can be more
than one Application in each site.
Specifically, if two web sites are running in Medium application protection
and the code on one site bombs could it interfere with the other site (they
don't share any resources such as files, etc)? What if the two sites are
sharing an IP address?

IP#s mean nothing. It is based on "processes", not IP#s.
 
Back
Top