using DLL's on a page

IxiRancid

Centurion
Joined
Jun 16, 2004
Messages
104
Location
Europe
Can someone please guide me to a link or an article describing how to make and use a DLL on a webpage.
I wouldn't like to show the code when the webproject is sold (and deployed on the client's server), or perhaps there's another way to hide my code from the local IT dept.?
 
Depends on what you mean by
make and use a DLL on a webpage
if you just want a re-usable library of functions that can be called from a webpage then you can create the DLL as a ClassLibrary and simply reference it from your web application.
If you mean something else then could you give a little more detail...
 
The post from Mister E helped me, that's what I need.
Basically just to hide the codebehind, so they won't reuse my lines :)
 
Back
Top