how to develop an asp.net application to lock web-site to a particular computer?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: how to develop an asp.net application to lock web-site to a particular computer?

    Hello,

    abandon the magic and harness client certificates, it should be good enough
    for you.

    --
    Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
    Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
    Keeping Freedom safe from Democracy


    Michal A. Valasek Guest

  2. Similar Questions and Discussions

    1. lock down computer
      Hi, Anyone knows how to disable that annoying lock computer in windows 2003? Thxs in advance Robert
    2. Why not develop entire site in Flash
      Since Flash can handle links and graphics, etc, is there any real disadvantage to developing the ENTIRE site as a series of flash pages (files.) and...
    3. When to lock application object
      I know you should lock and unlock an application vaiable when updating it but should you also lock it prior to reading the value from it? My...
    4. Computer Lock
      After locking the computer,is there any way for somebody to unlock it and gain access to it? I lock mine every nite before going to...
    5. disable lock computer button
      where in the reg can i disable the lock computer button that appears on the screen after hitting ctrl alt del?
  3. #2

    Default Re: how to develop an asp.net application to lock web-site to a particular computer?

    No the perfect solution but give access to specific IPs only
    I know someone can change their IP and still access the resource.
    what about specific IP and authentication combined
    Not the perfect solution.

    "Don Chen" <DzDon@aol.com> wrote in message
    news:063801c35e20$d053e7b0$a101280a@phx.gbl...
    > Dear asp.net web gurus:
    >
    > We're planning on a porting project from client-server to
    > browser-based. The client-server application has a
    > critical built-in security mechanism we'd like to bring
    > over to a web browser. It reads from a set of control
    > files on the hard-drive to make sure it is being run from
    > an "approved" computer. Can something equivalent to this
    > be done in a browser-based application? The usual USER
    > NAME/PASSWORD is not good enough for us. In other words,
    > does any one know how you can "tie" a web site to a
    > particular computer?
    >
    > I'm wondering if there's a way I can setup/configure the
    > browser on my users' computer so the user can only access
    > my app from that particular PC. All my users are in the
    > same city and there're only a handful of them so we can
    > visit them all if we have to. After I set the user up, I
    > want the user to "magically" get to my site when on that
    > approved computer, and "magically" fail to from any other
    > non-approved computer (because it not have my hidden
    > stuff). I know there're certain limitations as to what a
    > browser can do. What kind of system information is
    > available to a web-browser and what directories on a
    > computer the browser has access to, in addition to the
    > cache directories?
    >
    > Thanks in advance.
    >
    > Don
    >
    >
    >
    >
    >
    > -----Original Message-----
    > From: Don Chen
    > Sent: Friday, August 08, 2003 5:03 PM
    > To: Zia Mojabi; James Spottiswoode
    > Subject: draft question to post to newsgroups
    >
    >
    >
    > Hi,
    >
    >
    >
    > Please comment on the question to be posted to newsgroups.
    > Thanks. -don
    >
    >
    >
    >
    >
    > Dear web gurus:
    >
    >
    >
    > We're planning on a porting project from client-server to
    > browser-based. The client-server application has a
    > critical built-in security mechanism we'd like to bring
    > over to a web browser. We'd also like to preserve the rich-
    > client experience as much as possible.
    >
    >
    >
    > Does any one know how you can "tie" a web site to a
    > particular computer? In other words, I'm wondering if
    > there's a way I can setup/configure the browser on my
    > user's computer and then afterwards this user won't need
    > to do a user login every time in order to use my secured
    > web site? I know there're certain limitations as to what a
    > browser can do. What kind of system information is
    > available to a web-browser and what directories on a
    > computer the browser has access to, in addition to the
    > cache directories?
    >
    >
    >
    > Thanks in advance.
    >
    >
    >
    > Don
    >

    MS News \(MS ILM\) Guest

  4. #3

    Default Re: how to develop an asp.net application to lock web-site to a particular computer?

    Hi Michal,
    Thank you for the reply. Sounds like client certificates
    is what I should be looking into. May I bother you for a
    couple pointers to help me get started? I'd be much more
    appreciative if you could also let me know how they work
    and if they can be easily stolen from one computer to
    another.

    Don

    >-----Original Message-----
    >Hello,
    >
    >abandon the magic and harness client certificates, it
    should be good enough
    >for you.
    >
    >--
    >Michal A. Valasek, Altair Communications,
    [url]http://www.altaircom.net[/url]
    >Please do not reply to this e-mail, for contact see
    [url]http://www.rider.cz[/url]
    >Keeping Freedom safe from Democracy
    >
    >
    >.
    >
    Don Chen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139