So I've been looking around google and other sites for recommended specs for an IIS server, but I haven't found any information that matches my simple use case.
What would be the recommended specifications for IIS? We expect a load of maximum 50 people at the same time, could be 100
Edit: I think I should have shared more about what the app does, its a simple dashboard that uses .net framework, it connects to database and extracts data from it, sometimes thousands (from 1000 to 3000) of rows and presents them on a table. users can also insert into these tables. Its all made in one app, no microservices or web services.