IIS

  • Thread starter Thread starter Andrea De Nardis
  • Start date Start date
A

Andrea De Nardis

Hi all,
I need to support IIS in my image.
Is there a way to include the core IIS service w/out management interface,
in order to let the image fit in a 128MB CF?
Best regards,
andrea
 
Are you asking if it's possible to *not* include the "IIS Internet
Manager" component?

I've never tried to manage IIS without using the snapin or the rest of
it's management interface, you will obviously have to test this. But to
answer your primary question, turn off "autoresolve" in the TD options
and choose not to satisfy that dependency which will break the
downlevel dependency chain. The problem here is that you'd be
purposely not satisfying IIS dependencies and is not supported should
you later have problems, so you will definitely need to thoroughly test
this.
 
Back
Top