PDA

View Full Version : ASP application "packing"...


NinjaTurtle
10-24-2002, 04:49 AM
Dear,

i generate a project in ASP, now i need to let others people test my ASP program, so i need to copy my folder (ASP files, database...) to the user's PC(is a must) to do testing, but i afraid he will copy all the files and do modify later, so how to control all these??? any idea to make it more security? i do not use any dll, pure asp programme, so what should i do? any idea like compress into EXE file?

BigDaddy
10-24-2002, 04:56 AM
You don't have a central server they can browse to them on? If not, then there's not a whole lot you can do about the version control.

Zip a copy of the original for safe keeping. That's your control version.

ASP isn't a compiled language like C++ or or even VB. There really isn't anyway of distributing .exes that cannot be changed.

NinjaTurtle
10-24-2002, 05:09 AM
but if i zip it how to run my program?

they dun want to online , they want off line testing. so i need to copy all the files to their PC.

so i afrad they will open the file and do modify!!!

i know ASP cannot be compress, so i need some thing idea like compress... any idea that not 100% but at least 50% or more?

anyway TQ 4 ur help BigDaddy...