gfx25
inherit
-4225194
0
Dec 1, 2024 17:43:12 GMT -8
gfx25
0
January 1970
GUEST
|
ASP
Oct 25, 2010 19:01:45 GMT -8
Post by gfx25 on Oct 25, 2010 19:01:45 GMT -8
My hoster says he enabled ASP a while back now that im just remembering it, how do you check if ASP is working on your server? is there a function like phpinfo() ?
Edit ASP hello world
<%Dim I ' declare our loop index variable %>
<% ' Start the loop telling it to loop from 1 to 5 incrementing ' I by one (which is the default) on each pass. ' ' ie. this would have done the same thing: ' For I = 1 To 5
For I = 1 To 5 Step 1 ' Output our HTML and text using the value of I as ' the FONT TAG's SIZE attribute. %> <FONT SIZE="<%= I %>">Hello World</FONT><BR> <% Next ' Bounce back to the top of the loop %>
Would still like to know if it has a phpinfo() type of thing
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
ASP
Oct 25, 2010 20:47:01 GMT -8
Post by Jordan on Oct 25, 2010 20:47:01 GMT -8
|
|
gfx25
inherit
-4225271
0
Dec 1, 2024 17:43:12 GMT -8
gfx25
0
January 1970
GUEST
|
ASP
Oct 25, 2010 20:48:16 GMT -8
Post by gfx25 on Oct 25, 2010 20:48:16 GMT -8
I'm having some weird issues with it I tried uploading a script but when i go tot he instal folder all it does is show the raw code
|
|
inherit
39608
0
Nov 26, 2011 18:53:00 GMT -8
iDunk
Previously Computerpros
2,533
April 2005
computerpros
|
ASP
Oct 27, 2010 20:13:01 GMT -8
Post by iDunk on Oct 27, 2010 20:13:01 GMT -8
I'm having some weird issues with it I tried uploading a script but when i go tot he instal folder all it does is show the raw code Seems to me like a server config problem. Most times when raw code is shown or it's force-downloaded, it's because the web server doesn't know what to do with it. So, I'd double check with the host, and triple check your code to make sure it conforms to ASP standards.
|
|