Yeah, I'm asking 'bout ASP classic - which was invented in 1999. as old as my grandma. But why bother if it still help me finish my tasks?
Okay, now, a little about what i'm trying to do : I have my software base on ASP JScript (classic). I must give my client all the ASP Code when project finish, but I wanna keep the secret about the core functions in my project.
I've spent plenty much of time on searching for "ASP Encryption" & eventually realize that code encryption is - anyway - not a 100% safe approach.
I think to encapsulate all the functions & classes in my file named "CORE_Lib.asp" to a DLL file is better & absolutely safe. THe story start here...
I've used Visual Basic 6.0 to create "a simple dll", yeah, it run good. But I'm used to code with JScript, and still haven't found out such an equivalent IDE for JScript like Visual Studio.
BTW, I know there's something that very difference between JScript & Visual Basic, kinda JScript (or JavaScript) is just a minor script language run with Windows Script Host, while VB is a very well equiped.
I hope I described enough for you to get a view of what's I'm facing. Any suggestion is highly appreciated.
Thanks