开发者

how could I compile ASP Jscript (ASP Classic) to DLL?

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 t开发者_运维技巧hat 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


You can execute an ASP Classic script by loading a file as plain text, right? I think it's Server.Execute. And since your only concern is protecting the code, you could save it in an encrypted format, then load and decrypt files to temporary locations and execute them as needed. This seems like it would solve your issue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜