any ASP gurus around willing to waste a little brain space? I have an overly nagging problem that I'm trying to solve, unsuccessully to this point...
Announcement
Collapse
No announcement yet.
ASP anyone??
Collapse
X
-
actually... I solved the problem by using a separate component called ASPTear.
For a million reasons beyond why I want to attempt exlaining to others again... I built the site centrally to display pages of a site either through a plain FSO into a variable, modified and written; or by first processing the ASP coded page, returning the response into a variable (where ASPTear came in), processing the page,and writing the final response.
Through this engine concept, I can maintain the million and one things that are desired about the site, including specialized compatibility and content filtering with only one set of content, modified by users within their department of responsibility. The engine also filters all relative links and makes them somewhat static pages that self-feed back into the engine (so that I don't have to manually place redirects in every page or trust users to do so)
I will probably be posting the source and .dll in the hack my server thread as an avenue for finding a way into my server.if it gets me nowhere, I'll go there proud; and I'm gonna go there free.
Comment
Comment