Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 20th, 2005, 10:19 AM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default web app licensing

Hi all,

I was wondering what kind of licensing schemes others have employed in their web applications. More specifically, I'm currently working on one which is licensed per seat.

Yeah.. a web app licensed per seat, I know

The problem is obvious, since the application runs pretty much completely server-side I've only got the variables the browser feels like sharing to limit access with.

Currently the app records the ips logging in in a database table and denies access when number of logins from different ips > max allowed. Since a lot of our clients use DHCP I'm pretty much forced to clear these logs on a daily basis. Besides that, it's trivial for an admin to clear the table containing these in the database manually.

As a result we're currently effectively getting the shaft at some sites, where it would be much more interesting for us if they were forced to upgrade.

Are there any other ways one could limit the number of unique logins? Besides going for site-licenses? We can't use ActiveX since they're often not allowed by the IT depts at these companies, we can use cookies but clearing those is even more trivial than above method. Any others?

Comments muchos appreciated.

Geoff





Similar Threads
Thread Thread Starter Forum Replies Last Post
Interface between web app and win app alienaheart ASP.NET 2.0 Professional 4 August 4th, 2009 09:29 AM
TBH converted from web project to web app. htorres BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 August 25th, 2008 12:44 AM
Convert a VB.Net app to a web app? furjaw VB.NET 3 September 24th, 2007 12:27 PM
Web Services and Windows Licensing leavinmate VS.NET 2002/2003 1 August 6th, 2003 12:38 PM
Permissions for Web app. files on Web server Jan_Ma Classic ASP Basics 0 June 28th, 2003 02:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.