Hi,
I have coded an application totally in ASP. However, I would like to encode some of my codes in DLL for increased security. As such, I have chosen to encode pivotal files (eg files holding global variables and procedures) into DLL. Thus, I have a few questions seeking enlightenment :
1) Can I just create an ActiveX dll, copy the ASP functions inside, compile and register the dll and use it across the other pages by Server.CreateObject(..) ? If not, what should I do?
2) Are there any other ways to increase security on Server side to hide my ASP codes?
Thanks and regards,
John
I have coded an application totally in ASP. However, I would like to encode some of my codes in DLL for increased security. As such, I have chosen to encode pivotal files (eg files holding global variables and procedures) into DLL. Thus, I have a few questions seeking enlightenment :
1) Can I just create an ActiveX dll, copy the ASP functions inside, compile and register the dll and use it across the other pages by Server.CreateObject(..) ? If not, what should I do?
2) Are there any other ways to increase security on Server side to hide my ASP codes?
Thanks and regards,
John