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:32 UTC
Read the original article
Hit count: 266
Hi everybody,
I need to write an asp.net application which have to handle very large amount of data per second. Probably max5000 user may transact in same time. I think I will use WCF in back to communicate SQL server. But in front ISS can handle 5000 user in same time effectively or is there any simple way to host my application outside of IIS
© Stack Overflow or respective owner