Home
Use Case
Type: Web (Enterprise)
Typical Use Case: Windows-based enterprise web apps
Famous Usage: Microsoft

๐ŸชŸ WISA Stack

Windows ยท IIS ยท SQL Server ยท ASP.NET

W

Windows Server

Operating System
  • Enterprise OS with Active Directory
  • Hyper-V, file services, remote desktop
  • Group policies & security hardening
โ†“
IIS

IIS

Internet Information Services
  • Web server for ASP.NET hosting
  • SSL/TLS, URL rewrite, compression
  • Application pools & request pipeline
โ†“
AS

ASP.NET

Web Framework
  • MVC/Razor pages, Web APIs
  • Identity auth, middleware, routing
  • SignalR, Blazor, Entity Framework
โ†“
SQL

SQL Server

Relational Database
  • ACID transactions & T-SQL queries
  • Stored procedures, triggers, views
  • Always On, replication, backups
Request Flow: Client โ†’ IIS (Windows) โ†’ ASP.NET runtime โ†’ SQL Server โ†’ ASP.NET โ†’ IIS โ†’ Client