Hi, In my application's Web.Config, i have 3 custom HttpModules configured
<httpModules>
<add name="1" />
<add name="2" />
<add name="3" />
</httpModules>
As part of my application tuning exercise, i have to get rid of these modules. So
- What are the best ways to replace it or any other solution?
- Built - in modules like FormsAuthentication/Windows etc are not mentioned in my config file. does this mean they won't get trigerred?