isn't easier to make standalone server which support just 3 connections at time? In C# you can use TcpListener for it
2009/6/23 VB <vipul....@gmail.com> > > Need help.... > I want to give the access of my webpage to only 3 users at a time > suppose when 3 users are accessing that page then new user can't be > access that page...when any user stop using the webpage then anyone > else can access that page...I am using ASP.NET <http://asp.net/> 2.0 with > C#. > > Thanks, > VB