Try our new research platform with insights from 80,000+ expert users
System Administrator at Confidential
Easy to install, and integrate with the operating system
Pros and Cons
  • "When you are working with Microsoft solutions, you will see that the integration with the operating system, and implementing some security features, are easier in IIS than when using another solution."
  • "I think that the IIS includes most features that are required by web applications so that they can run smoothly on Windows operating system."
  • "Sometimes if you are using IIS in large-scale scenarios, meaning that if you are deploying an application within IIS service and you are expecting a large number of users to use this application, you can sometimes find some problems, meaning that the service can shut down by itself unexpectedly if you don't configure your IIS with the correct configuration that can handle this number of users."
  • "Sometimes if you are using IIS in large-scale scenarios, meaning that if you are deploying an application within IIS service and you are expecting a large number of users to use this application, you can sometimes find some problems, meaning that the service can shut down by itself unexpectedly if you don't configure your IIS with the correct configuration that can handle this number of users."

What is our primary use case?

The primary use case is mainly using the IIS service to host web applications so that these applications can be accessed from outside through a web server. 

What is most valuable?

I think that the IIS includes most features that are required by web applications so that they can run smoothly on Windows operating system. And since it is a native service from Microsoft that is part of the Windows Server ecosystem, so performance is good, and compatibility with the operating system also is excellent. The integration also is great with the operating system, and the integration with other Windows Server roles and applications.

When you are working with Microsoft solutions, you will see that the integration with the operating system, and implementing some security features, are easier in IIS than when using another solution. For example, if you want to use single authentication, SSO, or single sign-on, by authenticating yourself with your Windows username and password, when you are logging in to your computer, the IIS can use these credentials to automatically authenticate you in the application without the need to write or to type again your username or password. This is the SSO, the single sign-on, you can implement it quickly and easily in IIS since it is natively developed to work with Windows operating system. You only need to implement the SSO in your application. And once you develop this module and integrate it into your application, you can easily use it with the IIS within Windows.

What needs improvement?

Sometimes if you are using IIS in large-scale scenarios, meaning that if you are deploying an application within IIS service and you are expecting a large number of users to use this application, you can sometimes find some problems, meaning that the service can shut down by itself unexpectedly if you don't configure your IIS with the correct configuration that can handle this number of users.

Some configurations are not that easy to configure, there are a lot of details that you need to specify to tweak your applications. Sometimes, you can find problems, especially with applications that are not developed with .NET languages. If you want your application to perform well and can handle a large number of users, you need to use .NET languages like ASP.NET or other .NET technology. But if you are using for example PHP application, sometimes you can find some performance issues.

I encountered that type of problem, especially when you are using, for example, applications that are not developed in the Windows environment and you want to deploy this application with the IIS, sometimes you will find problems, especially performance-related problems.

For how long have I used the solution?

Frankly, I have been using the solution since 2010. And am still using it when we want to deploy web applications and you want to use a web server. So the IIS is a role within the Windows Server operating system that you can activate to use the web service in the operating system.

Buyer's Guide
IIS
March 2026
Learn what your peers think about IIS. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.

What do I think about the stability of the solution?

It's not about stability, but it's more about compatibility. Meaning that, if you are using Microsoft technology, you won't find better than IIS. But if you are using other programming language technologies that aren't Microsoft technologies, you can find yourself facing these kinds of issues. Especially if your application wasn't developed to fully work with IIS. So sometimes you can find this problem, this problem can be caused by the development process of this application. But sometimes even though you will take into consideration the compatibility problem, the IIS won't perform well with other technologies that are not Microsoft.

What do I think about the scalability of the solution?

The solution is scalable. You can have as many servers that host IIS so that they can handle the connections from users. And this is where the Failover Cluster service is used, it is used to create a cluster of services so that you can make your service scalable and available.

How are customer service and support?

For Microsoft, if you subscribe for example, to the premium subscription plan, and it depends on the level or the urgency of the ticket or the incident, they will contact you sometimes within the hour if it's a critical problem. But if it's just a simple support ticket, sometimes within 24. It's less than 48 hours before they will call you. It depends on if you want them to assist you by phone or by email. And their support is really great, sometimes they can find the problem within minutes. Yeah, I think it's great.

Which solution did I use previously and why did I switch?

Frankly, we are using other web server applications like the Apache web server. It depends on the application, and how or what web service application it was developed. If it was developed to be used with the IIS, then we use IIS for that application. If this application was developed for Apache or another web service, then we will install this webserver to run the application. Most of the time when it is a PHP web application, then we will use the Apache web server rather than the IIS. But if it's ASP.NET or another .NET technology, then we will use IIS. Or if we are using, for example, another solution from Microsoft, such as SharePoint or Microsoft Exchange mail servers, et cetera, then we will be forced to use the IIS service. Sometimes, you don't have a choice to choose. If it's a Microsoft solution you want to deploy, you will be forced to use IIS. If it's in-house developed application or you buy a product that needs a web server, then you can choose, but it depends also on the compatibility list of the application.

How was the initial setup?

The initial setup is straightforward. It doesn't take much time. It's Windows, it's Microsoft stuff, and with Microsoft, it's about making the installation process easier, you cannot find an easier installation than Microsoft products. It's a role within the Windows Server, so with a number of clicks, you will find yourself ready to use the IIS service.

What about the implementation team?

The implementation was completed in-house. 

Sometimes, I deploy it by myself, and sometimes when another department needs visual machines with Windows Server and the IIS service, I can either install everything by myself or provide them with the virtual machines and the access information credential, et cetera. And the company that will deploy the application for them, it'll be the one that will install the role and configure it.

What's my experience with pricing, setup cost, and licensing?

I think it's part of the Windows Server, so you won't have any other costs to add in order to use the IIS service. Meaning that, if you have a license for Windows Server, then automatically you will have also the IIS service available.

What other advice do I have?

I give the solution eight out of ten.

The IIS service version also depends on the version of the Windows Server. So for example, if you are using the Windows Server 2012, it may have an old version compared to the 2022 Windows Server version. It is the last one since we are also using the 2022 Windows Server operating system, so we are using the latest version 6.0.

Most of the time, if it's me who deployed or installed IIS in the first place, I am the one who will maintain it. But if it's another person or another company or its part of the maintenance program, then we will call the other company to do their maintenance tasks.

In my experience, I think that if you want to use IIS, you need to develop your application to be fully compatible with IIS. Meaning that, you need to use Microsoft technologies rather than other languages, for example, Java or PHP or other, Python or anything else. Rather than that them, you need to choose .NET technologies so that you will take advantage of the performance and compatibility of the system with your application. This is what I can recommend people to do in order to use IIS. Because when for example, you acquire an application or a solution that wasn't developed initially for IIS, you need to do many tweaks in the applications and the IIS in order to make it run. And sometimes these types of tweaks can cause you problems in the production environment.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Warehouse staff at H&M
Real User
Oct 27, 2022
Highly stable solution with excellent management console
Pros and Cons
  • "IIS's best features are its management console and stability."
  • "IIS's best features are its management console and stability."
  • "IIS's memory management could be improved."
  • "IIS's memory management could be improved."

What is our primary use case?

I mainly use IIS to support web applications.

What is most valuable?

IIS's best features are its management console and stability.

What needs improvement?

IIS's memory management could be improved.

For how long have I used the solution?

I've been using IIS for over ten years.

What do I think about the stability of the solution?

IIS is very stable.

What do I think about the scalability of the solution?

IIS's scalability is good.

How are customer service and support?

Microsoft's technical support is good.

Which solution did I use previously and why did I switch?

Previously, I used Apache, but it wasn't stable enough.

How was the initial setup?

The initial setup was very easy.

What other advice do I have?

I would rate IIS nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
IIS
March 2026
Learn what your peers think about IIS. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.
Wai KongWong - PeerSpot reviewer
Information security consultant at Ypsilon System
Real User
Feb 28, 2024
Provides flexibility and full control over the server, performs well, and is easy to deploy
Pros and Cons
  • "The product is flexible."
  • "The security must be improved."

What is our primary use case?

The solution is used to install and run applications on the server. It's similar to web servers. We host our internal applications on it.

What is most valuable?

We can have full control of the server from the configuration to the OS. The product is flexible. It provides much more flexibility than the cloud.

What needs improvement?

The security must be improved.

For how long have I used the solution?

I have been using the solution since 2003.

What do I think about the stability of the solution?

The tool is very stable.

What do I think about the scalability of the solution?

The scalability depends on the hardware. We have five users in our organization. We will eventually increase the usage.

How was the initial setup?

It is very easy to deploy the tool. It took us 20 minutes to deploy it. The deployment process is very easy. We just need to prepare the installation and run it on the server.

What about the implementation team?

The solution can be deployed in-house. We do not need any assistance.

What was our ROI?

ROI is good.

What other advice do I have?

We have moved to the cloud. We must assess the vulnerabilities of the server. Then, we must perform the server hardening procedure of Windows. The impact of the product on our strategies depends on our use cases. The performance depends on the hardware. Generally, the tool performs well. Overall, I rate the solution an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Data Engineer at Berief Food GmbH
Real User
Aug 3, 2023
A stable and easy-to-configure solution that provides a lot of good features
Pros and Cons
  • "The product is easy to configure."
  • "The solution must improve the integration between its databases."

What is our primary use case?

We use the product for our web applications.

What is most valuable?

The product is easy to configure. It has a lot of good features.

What needs improvement?

The solution must improve the integration between its databases. It should also improve the definition of IP addresses and ports for connection.

For how long have I used the solution?

I have been using the solution for more than ten years.

What do I think about the stability of the solution?

I rate the tool’s stability more than eight out of ten.

What do I think about the scalability of the solution?

Compared to other web application services, IIS has better scalability. We have many different programs. A part of our customers use the solution.

How was the initial setup?

The initial setup is a little complex. Even if we make a little mistake, the configuration still works well.

What about the implementation team?

We need three networking personnel to maintain the product.

What's my experience with pricing, setup cost, and licensing?

We pay a yearly licensing fee for the solution.

What other advice do I have?

I look for network administration aspects in the product. A software person might have a different perspective. I did not configure the solution. My friends configured it. When my friends have a problem, I help them to solve it. IIS is related to software engineers and programmers. IIS is the best solution. Its services are better than other products. Overall, I rate the tool more than eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Ersoy Ustun - PeerSpot reviewer
System Engineer at Teleperformance
Real User
Jul 30, 2023
Easy to manage platform with good scalability
Pros and Cons
  • "The initial setup is simple."
  • "The platform's stability could be better."

What is our primary use case?

We are using the platform for automatic web services.

What is most valuable?

The platform is easy to manage.

What needs improvement?

The platform's stability could be better.

For how long have I used the solution?

I have been using IIS for a few years. At present, we are the latest version.

What do I think about the stability of the solution?

I rate the platform's stability an eight out of ten. It could be improved.

What do I think about the scalability of the solution?

We have 2,000 IIS users in our organization. It is a scalable platform.

How are customer service and support?

The platform's technical support services are satisfactory.

How was the initial setup?

The initial setup is simple. It does not take too long to set up.

What was our ROI?

The platform generates a good return on investment.

What's my experience with pricing, setup cost, and licensing?

IIS's pricing is reasonable.

What other advice do I have?

I recommend IIS to others and rate it a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Emanuel Kjellin - PeerSpot reviewer
Cloud Analyst at Cloud2Go
Real User
Top 20
May 18, 2023
Is simple, easy to configure and implement, and is stable and scalable
Pros and Cons
  • "IIS is easy to configure in terms of websites and other solutions."
  • "I would like to see NLB features in IIS."

What is our primary use case?

I use IIS to publish our website internally. It helps me to publish information about the teams and provides flexible communication.

What is most valuable?

IIS is easy to configure in terms of websites and other solutions.

What needs improvement?

I would like to see NLB features in IIS.

For how long have I used the solution?

I have been using this solution for 20 years.

What do I think about the stability of the solution?

For stability, I would give a rating of nine out of ten.

What do I think about the scalability of the solution?

I would rate the scalability at ten out of ten.

How are customer service and support?

I would rate Microsoft's technical support at ten out of ten.

How would you rate customer service and support?

Positive

How was the initial setup?

The initial setup is easy.

What was our ROI?

We have seen an ROI. We have been able to purchase the solution at a good price and implement it easily. It has been working fine for us.

What's my experience with pricing, setup cost, and licensing?

The price is good.

What other advice do I have?

I recommend IIS because it's simple, easy to configure and implement, and has good technical support. Overall, I would rate IIS at nine on a scale from one to ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2070456 - PeerSpot reviewer
Consultant at a consultancy with 1,001-5,000 employees
Consultant
May 15, 2023
Good availability, reliable, and straightforward to set up
Pros and Cons
  • "It's good and offers good usability."
  • "The cost is a bit too high."

What is our primary use case?

The solution is an operating system for our servers. We have other applications running on it. 

What is most valuable?

I like the availability.

It's good and offers good usability.

The solution has been issue free.

It's stable and very reliable.

The solution scales well.

The setup is straightforward and quite simple. 

What needs improvement?

The cost is a bit too high.

There is a bit of complexity, and we'd like to make sure that in the future, it's streamlined and easier in general. 

For how long have I used the solution?

I've used the solution for one year.

What do I think about the stability of the solution?

I'd rate the stability ten out of ten. There are no bugs or glitches. It doesn't crash or freeze. It is reliable. 

What do I think about the scalability of the solution?

We have ten to 20 users currently using it. It is scalable. We do have a plan to increase usage, although I'm not sure of the exact plan.

It's a bit expensive and therefore not extensively used. 

How are customer service and support?

I've never contacted technical support. I can't speak to how helpful or responsive they would be. 

Which solution did I use previously and why did I switch?

I did not previously use a different solution. This is the first tool of its kind that I have used. 

How was the initial setup?

It is straightforward to set up. We managed to deploy it in two to three weeks. We were able to migrate all the platforms over without issue. The architecture must be clear, and if that's the case, you don't have any issues. 

What about the implementation team?

We managed the setup ourselves in-house. We did not need any outside assistance from integrators or consultants while handling the implementation process. 

What was our ROI?

I have not witnessed any ROI while using the solution. 

What's my experience with pricing, setup cost, and licensing?

The solution is expensive. We pay for the solution yearly. I'm not sure if there are also extra costs on top of the main licensing cost.

What other advice do I have?

I am using the latest version of the solution. 

I'd rate the solution nine out of ten. New users wouldn't have an issue with the product. It's a good choice. 

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
AminKhademi - PeerSpot reviewer
Process and system analyst at Sgpco
Real User
May 4, 2023
Easy-to-setup and scalable web server
Pros and Cons
  • "It is a scalable solution."
  • "The solution's stability needs improvement."

What is our primary use case?

I use the solution to maintain the web application by updating the port, DNS name, and date.

What needs improvement?

The solution's stability needs improvement.

For how long have I used the solution?

I have been using the solution for two months.

What do I think about the stability of the solution?

The solution could be more stable. I rate its stability as a four.

What do I think about the scalability of the solution?

It is a scalable solution. We have around 2,000 solution users.

How was the initial setup?

The solution's initial setup was straightforward.

What about the implementation team?

I deployed the solution with the help of online forums. It took two to three hours.

What other advice do I have?

I rate the solution as a ten out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free IIS Report and get advice and tips from experienced pros sharing their opinions.
Updated: March 2026
Buyer's Guide
Download our free IIS Report and get advice and tips from experienced pros sharing their opinions.