I've just got a Windows Server 2008 which will work as a web server. It has two roles in the Server Manager, one is Application Server (which includes Web Server (IIS) in its Role Services) and the other role is Web Server (IIS). Do I need the Application Server role? Can I remove it?
Asked
Active
Viewed 2,189 times
1 Answers
3
The Web Server (IIS) Support in the Application Server role services is there to provide integration with IIS to allow you to host applications using technologies such as WCF.
If your application is just a plain ASP.NET/ASP/CGI/etc app and you're not utilising COM+, HTTP activation, Distributed Transactions then you can go ahead and safely remove this role.

Kev
- 7,877
- 18
- 81
- 108
-
I appreciate your answer, but it's still a bit fuzzy for me. What will happen if I deploy an application that utilises these technologies and the role is not installed? Will my application simply not work? Isn't this included in the framework? – Vincent Vancalbergh Mar 01 '13 at 08:52
-
Is this also true for Windows Server 2012? I have a server with WCFs hosted, without this Server Role installed, and it works nicely. – Alisson Reinaldo Silva Apr 25 '17 at 19:54
-
Ahh, I found my answer [here](https://serverfault.com/questions/815025/how-to-install-application-server-role-on-windows-server-2016). – Alisson Reinaldo Silva Apr 25 '17 at 19:56