Can I host an ASP.NET webite outside of IIS?
Posted
by boraer
on Stack Overflow
See other posts from Stack Overflow
or by boraer
Published on 2010-05-30T12:24:54Z
Indexed on
2010/05/30
12:42 UTC
Read the original article
Hit count: 193
Hi everybody,
I need to write an ASP.NET application which must handle a very large number of transactions per second - as many as 5000 users may transact at the same time. I think I will use WCF in back to communicate with SQL server. But in front, can IIS handle 5000 users at the same time effectively, or is there any simple way to host my application outside of IIS?
© Stack Overflow or respective owner