Skip to Main Content
Solarwinds header logo
  • Bring IT all together

    Customers rely on SolarWinds to drive operational resilience, from unified observability to enterprise-wide service management, through a simple, powerful, and secure portfolio built for hybrid IT.

    Platform OverviewPlatform Overview
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure by DesignSolarWinds AI
    Monitoring and Observability

    World-class capabilities built for your hybrid IT ecosystem.

    NetworkInfrastructureDatabaseApplicationsDigital ExperienceLogsSecurity
    Monitoring and Observability Overview
    Database Observability

    Monitor, alert, triage, remediate, and prevent database issues from disrupting your business.

    MonitorDiagnoseOptimizeEverywhere
    Database Observability Overview
    Incident Response

    Build operational resilience and keep your systems online.

    Incident Response Overview
    IT Service Management

    Get teams back to work faster with an experience built for IT—and loved by users.

    Service ManagementAssets & CMDBAI & AutomationEnterprise Service Management
    IT Service Management Overview
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Respond even faster

    SolarWinds helps teams respond faster through AI-Powered observability, database performance, incident response, and ITSM solutions. Let our products work hard so you don’t have to.

    All ProductsAll Products
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    Monitoring & Observability

    SolarWinds Observability Self-HostedSolarWinds Observability SaaSServer Application MonitorSecurity Event ManagerNetwork Performance MonitorNetFlow Traffic AnalyzerVirtualization ManagerNetwork Configuration ManagerIP Address ManagerAccess Rights Manager
    Database

    Database Performance AnalyzerSQL Sentry
    Incident Response

    SolarWinds Incident Response
    IT Service Management

    SolarWinds Service DeskWeb Help DeskDameware
    Tools

    Engineer's ToolsetKiwi Syslog ServerNetwork Topology MapperServ-U Managed File Transfer
    View Free Tools
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Discover our solutions to your IT challenges

    Whether you want to stay ahead with new tech, speed up modernization, support modular services, cut costs, or stay competitive, we’ve built industry-leading software to maximize hybrid IT, spark innovation, and tackle your toughest IT challenges.

    All SolutionsAll Solutions
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    By Need

    Application Performance DevOpsIT Service ManagementNetwork Monitoring and ManagementCloud MigrationDigital Experience IT Asset ManagementUser Experience MonitoringDatabase ManagementInfrastructure MonitoringLog ManagementIT Automation
    By Technology

    AWSKubernetesPostgreSQLAzureMySQLSQL Server Diagnostics
    By Industry

    EducationPublic SectorEnterpriseSmall Business
    Partner Solutions

    Global System Integrators & MSPs
    View All Solutions
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Pricing
  • We’re here to help you.

    With award-winning technical support, extensive documentation, comprehensive training, and tons of educational assets, we’re dedicated to your success. Plus, you can connect directly with product experts in our user community of over 200,000 registered members.

    Get Expert GuidanceGet Expert Guidance
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    Partners

    Program OverviewBecome A PartnerFind a PartnerPartner Portal Login
    Resource Center

    NewsroomInvestor RelationsSolarWinds BlogTrust CenterResourcesGDPR
    Services & Support

    Customer SuccessDeployment ServicesPremium SupportTechnical DocsRenew MaintenanceSolarWinds Academy: Training & CertificationTechnical SupportReport a Security Incident
    Community

    THWACK SolarWinds User CommunityEventsPartners
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
Contact Us
Request Quote
Solarwinds header logo
Skip to Main Content
  • Pricing
  • Customer Portal
  • THWACK®
  • Events
  • SolarWinds Blog
  • Public Sector
  • Contact Us
SolarWinds Footer Logo

SolarWinds was founded by IT professionals solving complex problems in the simplest way, and we have carried that spirit forward since 1999. We take pride in relentlessly listening to our customers to develop a deeper understanding of the challenges they face. Our digital agility solutions are built to help companies of any size accelerate business transformation today and into the future.

Try SolarWinds
  • Free Product Trials
  • All Tools
  • Interactive Demos
  • Preference Center
Security
  • Trust Center
  • GDPR Resource Center
  • Secure by Design
  • Security Information
For Customers
  • Customer Portal
  • Support
  • Documentation
  • THWACK Community
About SolarWinds
  • Company
  • Careers
  • For Government
  • For Investors
Resources
  • SolarWinds Blog
  • Resource Center
  • Knowledge Hub
  • Gartner® Magic Quadrant™ Observability
Try SolarWinds
  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Web Accessibility Statement

©2026 SolarWinds Worldwide, LLC. All rights reserved.

  1. Resources
  2. What Is IIS Server?

What Is IIS Server?

Internet Information Services, also known as IIS, is a Microsoft web server that runs on Windows operating system and is used to exchange static and dynamic web content with internet users.

DefinitionRelated ProductsRelated Resources
  • IIS Server Definition
  • What is an IIS server used for?
  • Benefits of using IIS server
  • IIS server performance metrics list
  • IIS server logs

IIS Server Definition

Internet Information Services, also known as IIS, is a Microsoft web server that runs on Windows operating system and is used to exchange static and dynamic web content with internet users. IIS can be used to host, deploy, and manage web applications using technologies such as ASP.NET and PHP.

What is an IIS server used for?

Before we discuss the applications of IIS, what is an IIS server exactly? IIS uses various protocols for communication and data exchange with remote clients or computers, such as HTTP, SMTP, and FTP. As a core Windows product, IIS comes integrated with Windows Server and runs on Windows OS. You can use third-party utilities to run IIS over Linux and macOS, but it often offers less stability and poor performance.

Outlined below are typical ways to use Microsoft IIS server:

  • Website hosting: IIS application server can host enterprise web applications, websites, and WCF services. Nearly 30% of the websites run over IIS.
  • Logging: IIS server logs contain critical information about your server and website, including usage patterns, performance issues, etc. Analyzing these log files helps you identify and troubleshoot problems quickly.
  • Request Filtering: Microsoft IIS server provides a Request Filtering module to scan and filter potentially dangerous client requests. You can apply appropriate traffic filtering rules based on parameters such as file extensions, URL length, and maximum string size.
  • Native support: IIS natively supports the Microsoft .NET framework and libraries, allowing developers to quickly build, deploy, and manage ASP.NET web applications on IIS.

Benefits of using IIS server

Robust security: IIS comes with built-in authentication, authorization, and access control features to strengthen your web application security. You can create system and application administrator accounts individually for granular-level access. Other security features include request filtering to whitelist/blacklist traffic, dynamic IP blocking, SSL and TLS encryption, webpage compression, and FTP-specific security controls.
Application pools: This helps you separate your web applications in IIS for better security and availability. An application pool has single or multiple applications managed by one or more worker processes in IIS. A worker process handles the client requests specific to an application pool. Isolation ensures the crashing or failure of an application in a particular pool doesn’t affect the applications in other pools.
Scalability and reliability: You can implement a scalable and reliable web infrastructure with IIS Web Farm, which allows you to host high-traffic websites on multiple IIS servers with load balancing and application request routing (ARR). A load balancer distributes traffic among multiple servers in the IIS server farm using sophisticated algorithms. At the same time, ARR determines the best content server for every request. An IIS server farm also lets you add or remove servers to dynamically scale your website traffic handling capabilities.

IIS server performance metrics list

Monitoring IIS web server performance is critical to guarantee a smoother website experience for users. Any small error in your server may result in slow response time and timeout, making users leave your website quickly. You can monitor web application performance through HTTP ping checks and performance monitoring software. The former gives you basic monitoring capabilities, while the latter provides more granular information on your server performance. You can use the Windows Performance Counter to identify performance metrics of ISS.

Outlined below are some key metrics for IIS performance:

  • CPU and memory usage: Continuously monitor overall CPU and memory usage by different IIS worker processes. Ensure it stays within permissible limits to avoid memory bottlenecks and inadequate resources, which can further degrade your IIS web server performance.
  • Uptime and response rate: Inspecting your server or website availability is critical to ensure a seamless user experience. With performance monitoring tools, you can check your IIS web server availability and compare its response time with pre-set baselines to see if it's meeting expectations.
  • Workload/Traffic: Tracking the workload or the number of HTTP requests/seconds received or processed by the Microsoft IIS server is essential to determine unusual traffic spikes. It can also help you prevent performance bottlenecks and website high latency issues by equally distributing the workload across all servers. It’s handy during multi-site management on IIS.
  • ASP.NET errors and exceptions: IIS application server can host ASP.NET web applications effortlessly. It uses the .NET runtime environment to process most client requests. You should continuously track unhandled ASP.NET exceptions and errors during request compilation, pre-processing, and execution. Ensure the number of errors and exceptions stays below the threshold level, as it can affect your IIS web server performance.
  • ASP.NET processing efficiency: Check the total number of requests in the application queue for ASP.NET applications. An excessive number of requests delays the execution, which negatively affects IIS web server performance. Monitor metrics such as the number of currently executing requests and request execution time and waiting time via server monitoring tools to identify potential issues.

IIS server logs

IIS server logs are helpful for server monitoring as they maintain a detailed record of every HTTP request to your web server. You can enable the logging feature via IIS manager to store critical information of your sites in ASCII text-based formats such as Microsoft IIS, NCSA, and W3C. These log files contain several fields with detailed information of every request, such as client IP address, request date and time, server name, and request-response time. The advanced logging option in IIS enables you to add or remove fields from log files, change log file location, and create policies for log file rollover.

Analyzing these data archives can help you track key website statistics, including total website visits, top visitors, popular pages, etc. You can leverage automation tools to aggregate, analyze, and visualize IIS logs better with insights into the performance of your applications running over the server. Analyzing IIS error logs can also help you detect the problems users face while interacting with your website and receive timely alerts. Having such detailed information can help you optimize website performance.

Featured in this Resource
Like what you see? Try out the products.
Server & Application Monitor

Comprehensive server and application monitoring made simple.

Download Free TrialEmail Link to Trial
Fully functional for 30 days
Loggly

Cost-effective, hosted, and scalable full-stack, multi-source log management solution.

Try Loggly for Free
SolarWinds Observability SaaS

Unify and extend visibility across the entire SaaS technology stack supporting your modern and custom web applications.

Start Free Trial
Fully functional for 30 days
Related Resources
What is agentless monitoring?
Agentless monitoring helps you monitor your overall network health without deploying any third-party agent software.
View IT Glossary
What is CPU usage?
CPU utilization indicates the amount of load handled by individual processor cores to run various programs on a computer.
View IT Glossary
What Is Windows Server?
Windows Server is a group of operating systems to support enterprises and small and medium-sized businesses with data storage, communications, and applications.
View IT Glossary
What are Active Directory Groups?
Active Directory (AD) groups help keep a tab on the access permissions to various resources in your network, such as computers.
View IT Glossary
What Is Database Software?
Database software helps streamline database management by ensuring seamless data storage, monitoring, backup, recovery, and reporting.
View IT Glossary
What Is DHCP?
DHCP intelligently manages IP address allotment and renewal activities in a network.
View IT Glossary

Explore More Resources

View All Resources