Hello.
I've got the content of a page stored in a SQL Server database. This page contains ASP scripts.
But when I display the code it just writes out the ASP code as well, it doesn't actually process it. Is there any way I can force the server to process what it gets from the database before sending it to the client machine?

|