|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Create ASP dynamically |
From: |
Sting |
Date: |
7/28/1999 4:23:46 PM |
IP: |
156.153.255.250 |
Hi all,
I am wondering whether you could create ASP dynamically.
For example, say I have a string of ASP scripts, can I convert this string into actual ASP code?
strASP = "Response.Write(" & Chr(34) & "Something" & Chr(34) & ")"
Is it possible to run this string w/ ASP code in the ASP page?
I know that I could use #include to insert ASP file into an ASP page. However, SSI is not dynamic; it wont allow me to pick which file to include because it is processed before the ASP script.
Althought, I have read that IIS 5 and ASP include a new function for the Server Object, Server.Execute. It allows you to execute any ASP or HTML page.
Has anyone use this new method already? Can I use this method w/ IIS 4.0? If yes, how can I get this newer version of ASP.
Any help will be greatly appreciated.
Sting |
Follow Up - Re: Create ASP dynamically - Tim 7/30/1999 8:25:33 AM
Follow Up - Re: Create ASP dynamically - Tim 8/1/1999 10:16:30 AM
|
|

|
|
|
|
|
|
|
|
|
|