Public ASP Code

liunx

Guest
If I want someone to have access to some, but not all, of my asp code is there some way that I could "hide" some of it in a "public" type of a module (ala vb) such that the pages could access the subs and functions there and that I could keep to myself and not share?

I thought that the global.asa page was the way to go but apparently not? It doesn't appear to take functions and subs.You want to see your own code....is that it?No, I want to allow someone else access to some, but not all, of my code.<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/SeconScriptEncoderOverview.asp">http://msdn.microsoft.com/library/defau ... erview.asp</a><!-- m -->

should be something like you are looking for. NOTE: make a backup copy of the code first. and output to a different directory just incaseExactly what I was looking for-thanks. I am surprised though that there is not an option like you would find with a vb module or a *.js page for javascript where you could pull the code out into a seperate file and then call it publicly.

Oh, well!
 
Top