I want to register my custom http module in web.config file. When I register under system.webServer section
<system.webServer>
But it didn't run into http module in visual studio 2015. The madn seems just introduce it how to register in iis6,iis7. https://msdn.microsoft.com/en-us/library/ms227673(v=vs.110).aspx
How to register it above iis8? In visual studio 2015, the development IIS express version is IIS 10.