Can IIS suppost multiuser about 1000 user? IF it can,How I do it with asp.net.
A:
You must be talking about the number of simultaneous web users?
IIS7 can support any number of users, depending only on the site complexity and the server performance (and maybe your web farm). You don't have to do anything in ASP.NET (apart from optimizing it... Hmm it's a quite vast subject.)
IIS6 supports limited users numbers on non server versions of windows (win XP)
Does it answer your question?
Maupertuis
2010-10-09 07:14:49
Yes,it does. In summary, I must study web farm for support any number of users,Right?
2010-10-09 07:41:42
You should think about the real number of users you want to support. I am quite sure that it's not "unlimited". Maybe using a cloud platform could suit you... But being able to serve content to more users is never free.
Maupertuis
2010-10-09 07:52:55
thank you so much
2010-10-09 08:42:54