gorilla1
11-07-2002, 01:10 PM
I am working on a server where I can use ssi with shtml extension and I believe it is an ASP enivronment. However, if I run an asp file (exstension = "asp)", the html portions work but the visual basic logic does not execute. If I run
<% Response.Write(ScriptEngine _
& " " & ScriptEngineMajorVersion & "." _
& ScriptEngineMinorVersion _
& " Build " & ScriptEngineBuildVersion) %>
I get a blank screen, instead of version info.... So you will ask, why not ask my host? Well, the host is half out of business, and technical support is lacking. Is there a way to determine what software the host is running, and how does one activate the VB scripting engine?
G
<% Response.Write(ScriptEngine _
& " " & ScriptEngineMajorVersion & "." _
& ScriptEngineMinorVersion _
& " Build " & ScriptEngineBuildVersion) %>
I get a blank screen, instead of version info.... So you will ask, why not ask my host? Well, the host is half out of business, and technical support is lacking. Is there a way to determine what software the host is running, and how does one activate the VB scripting engine?
G