473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

PHB Request

Ok.. so this morning, PHB drops Licensing in my lap...

His requirements..
Enter a License key at install. (No problem, installsheild et. al. can do
that)
Only allow the application to run on the machine that it was installed on.
i.e., can't install on another machine with the same license key, or can't
move the application to another machine by copying the files etc.

Anyone have any ideas? Create a Registry Key with machine specific info in
it that the login page reads first? Encrypt something in the database?

This is classic ASP, SQL 2000. Using a .NET solution would be ok, we are
using a little .NET here and there for a couple of things, but we're still
learning it! :) All the source code will be installed on the end users
server.

And one other PHB request... use a component as a last resort.

Help!?!
Jul 19 '05 #1
2 1189
On Fri, 27 Feb 2004 12:37:24 -0500, "Bryan Harrington"
<ne**@psacake.com> wrote:
Ok.. so this morning, PHB drops Licensing in my lap...

His requirements..
Enter a License key at install. (No problem, installsheild et. al. can do
that)
Only allow the application to run on the machine that it was installed on.
i.e., can't install on another machine with the same license key, or can't
move the application to another machine by copying the files etc.

Anyone have any ideas? Create a Registry Key with machine specific info in
it that the login page reads first? Encrypt something in the database?
Use a dongle. :)
This is classic ASP, SQL 2000. Using a .NET solution would be ok, we are
using a little .NET here and there for a couple of things, but we're still
learning it! :) All the source code will be installed on the end users
server.

And one other PHB request... use a component as a last resort.


Ugh. You'd actually want a component, DLL or other method that
wouldn't allow prying eyes to decipher it.

The best method I'd think for a web app would be for it to phone home
and register itself. It grabs a serial or other key generated
uniquely and stored in a database, and the second time it phones home
your system won't authorize it.

Jeff
Jul 19 '05 #2
Well here's how to get the user's IP address:

Request.ServerVariables("REMOTE_ADDR")

And maybe you could use that somehow to limit access to the Web site to
be just from that machine.

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jack | last post by:
Hi, I am trying to get a thorough understanding of a code where a addition or deletion of records can be done from a list of records. For addition part of the form, data is being obtained from set...
4
by: SP | last post by:
Hi I have a problem with a customer's XML being submitting to me in a non-well-format XML. They said that there are 18 other partners who has been able to tweak the XML to make it work. So I...
7
by: Shapiro | last post by:
I have a scenario where I log a resquest to a database table and update the request with a corresponding response including the response time. I am using an HttpModule to do this. My challenge...
4
by: Nalaka | last post by:
Hi, I have some request specific data that gets created in a "early event", that I need to pass around to many other events. I need access to this data during that request. (and more importantly...
5
by: dougwig | last post by:
I'm trying to handle the scenario where a user's session times out and and their ajax request triggers a redirection by the webserver (302 error?). I'm using Prototype 1.4 and the my works great...
4
by: Michael Kujawa | last post by:
I am using the following to create an SQL statement using the names and values from request.form. The loop goes through each item in request.form The issue comes in having an additional "and" at...
6
by: santhoskumara | last post by:
How to request to servlet from Ajax and also I got the DOM object in the servlet through Business Logic. Now how will i pass the DOM object from serlvet to Clientside. Where in the client Side i am...
2
by: MDANH2002 | last post by:
Hi From VB.NET I want to simulate the POST request of the following HTML form <html> <title>HTTP Post Testing</title> <body> <form action=http://www.example.com/postdata ...
5
by: chromis | last post by:
Hi there, I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which copies the application struct into the request...
3
by: Joseph Geretz | last post by:
I'm using the Request Filter documentation which can be found here: http://msdn.microsoft.com/en-us/library/system.web.httprequest.filter.aspx In this example, two filters are installed, one...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.