« Previous Next »

Answered Thread: Concurrent user problem

Last post 11-03-2009 1:01 PM by anilr. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 11-03-2009, 6:17 AM

    • bigman442
    • Not Ranked
    • Joined on 11-03-2009, 11:04 AM
    • Posts 1

    Concurrent user problem

    Hi,

    This may be a beginner request but wondered if anyone could assist. I have created a website on my company network. The site contains basic html pages displaying a set of copyrighted images for which we only have permission for 10 users to use at any one time. Is there any way to achieve a 10 user limit with IIS? The 'Limit Number of Connections' option doesn't work this way as that seems to be the maximum number of requests made at any one time from a web browser.

    Any advice would be much appreciated!

  • 11-03-2009, 6:21 AM In reply to

    Answered Re: Concurrent user problem

    Not natively. Beside, typical browser initiates 2 connections to web servers.
    To limit per user, you might want to implement it at code level and control at app level.

    There is one new extension
    http://www.iis.net/extensions/DynamicIPRestrictions
    which allows you to specific concurrent request per IP, that won't help you exactly and not a good deal if users are behind proxy servers.

    Cheers,
    Bernard Cheah
  • 11-03-2009, 1:01 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Answered Re: Concurrent user problem

    You can enforce the number of users downloading the image from IIS, but how could you enforce how many users are using it?  Once a user has downloaded it, there is no way for IIS to know whether the user is still using it or not.

    You would need some sort of DRM to enforce the number of users using the image.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
Page 1 of 1 (3 items)
Microsoft Communities