I've read an article that states the following:
IIS tacks on a significant amount of performance overhead due to things like session state management, forms authentication, the process model, request lifecycle events, etc. These are not bad things to have and use, but if you don’t need IIS, session state, forms auth, request lifecycle events, or the process model, then don’t use them!
Now it says to simply 'skip' these features, however i failed to find that information online and was hoping someone here could shed some light on the matter.
Thank you