Alternative to using a DLL
Picture this:
New job, started two weeks ago for the summer. They give me a project. For two weeks, I work on it. It's an ASP project.
Now I needed to do a DLL you see, otherwise I would have to copy about 100lines of code on every page that uses that code (Over 30), and it was just plain crazy because the slightest change I had to do would have to be done on the 30 pages. So after two weeks, I manage to get everything working, with the DLL.
Now, luck has it on my side. No, wait... It doesn't!
I go tell my boss I'm finished, show him the final work, everything is fine exept one this: It uses a DLL, and the server is in Ottawa, we in Montreal, and therefor we don't have access to register the DLL.
So I need an alternative to this, and theres no way I'll give in to copying the code on the 30 pages, it would just be a bloody mess of code! Unless of course, I have to.
Global.x wouldn't work, would it? It's too limited. Anything else?
Can anybody help?