CgiModule and FastCgiModule in IIS7
Posted
by Hari
on Server Fault
See other posts from Server Fault
or by Hari
Published on 2010-05-19T18:17:16Z
Indexed on
2010/05/19
18:20 UTC
Read the original article
Hit count: 610
My web server is IIS7 running on Windows 2008 Web edition. There are nearly 40 modules when checked pre-installed "Modules". It also having "CgiModule and FastCgiModules". All the websites installed on this server purely runs with ASP.NET technology. Can I remove these two modules to improve performance?
Same way, my application uses "Forms Authentication" only. In such case can I delete "Windows Authentication and WindowsAuthenticationModule"?.
Also please suggest if any other modules can be deleted to improve performance.
© Server Fault or respective owner