View Full Version : How to write ASP library file?
NinjaTurtle
01-27-2004, 05:06 AM
dear,
How to write ASP library file?
i want to write library file is to protect some of my applications.
Roelf
01-27-2004, 08:18 AM
ASP.NET, using code-behinds. They compile into a dll. All the aspx pages inherit from this dll, but the code is not visible. So only the presentation layer is open for copying (and altering).
classic asp can use dll's too, so if you put some of the application logic in a dll, and reference the dll from the asp pages, the app will be (partially) protected too.
Roelf
01-27-2004, 08:19 AM
just started to doubt, are you asking how to create a dll?
NinjaTurtle
01-27-2004, 10:07 AM
dear,
Yup, i am asking how to create a dll file.
any web site with good examples?
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.