Hello!
I am not using any NET stuff on my IIS 7.5 configuration, but sometimes after windows updates, different NET entries are added to the configuration, like:
Two new managed application pools, started.
New bindings of the HTTP Website (net.tcp, net.pipe, ...)
Many new (module) handler mappings, all managed
A new response header (powered by asp net)
Some new managed modules in "Modules"
And a new default document, default.aspx (iirc)
Can you tell my why this happens, and if it can be avoided? I don't need this stuff, why is is all added to my configuration after some windows updates? It's really annoying...
Thanks!