i'm developing an asp app running on nt4.0 i got this question... how do we control so that when i install my app at my client site... they...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
i'm developing an asp app running on nt4.0 i got this question... how do we control so that when i install my app at my client site... they can't copy it to another server... eventhough they can, i wanna build an intelligent checking that whenever my app wanna run it will check against this checking first.. AND the rule is, the checking should as secure as prossible ...
Posted
Matthew Pomar
Customer Support
I bet there are many ways to address this. The first thing to comes to mind is to compile a DLL with a few of you important functions, and make you ASP call them from that DLL. In that DLL, check for the machine name. If it's not the one you compiled it for, then don't let the code execute. Hope this helps. Regards, Matthew Pomar
Posted
aspdeveloper
Programmer
Whatever you might want to try : you'll always end up with the fact that you'll need a compiled dll ... So, there are many ways possible, but you'll have to put them in a compiled dll, not just asp ... One way might also be to check some entry in your database (which might be some kind of a 'licensing server') at startup of the client's web-application. If it doesn't find a key in your online db, the application refuses to work ... Greetingz, Koen Hoorelbeke http://www.delphi.com/aspdeveloper/
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!