View previous topic :: View next topic |
Author |
Message |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Fri Feb 14, 2003 9:59 pm Post subject: How do you test an ASP installation? |
|
|
I believe I got my installation of AHTML working but I came across a script (tried finding it in php, no luck) that requires .asp...
Everytime I try accessing the script all I get is a blank page... I view the source and it is blank too...
Is there a test script that I can use to make sure my ASP is running correctly? Something like the hello world php test script?
Also, Since this is my first ASP tackle it keeps mentioning I have to do this...
Quote: | If you do not have a 'global.asa' file use the one provided with this package. You have to place it in the root of your web server and not in the "chat" directory or where you place all the other files. You *have* to place this in the ROOT of your web server .. and *NOT* in the "chat" directory. |
I placed it both in the program root and directly inside of htdocs... I can't get it to work and am beginning to believe I might just have a non working ASP installation...
Can anyone offer me any suggestions? I am on xp, AWSX1.4 beta, AHTML .63
My php and perl are running smooth but asp is acting funny... Thanks for any info :) _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Sat Feb 15, 2003 9:12 am Post subject: I figured it out... |
|
|
I figured out how to test my installation and all was well... My problem lied in the script I was trying to use... Author said it was completely uncompatable and was only made for IIS... I didn't see that as a problem but he also stated it was incompatible with AHTML...
Note to self: find out if the script is compatible next time... _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
Dave -
Joined: 11 Feb 2003 Posts: 184 Location: United Kingdom
|
Posted: Mon Feb 17, 2003 3:09 pm Post subject: |
|
|
To test an AHTML installation, create the file Test.asp which should contain the followin:
<%
Response.Write("Hello World from ASP")
%>
Save the file as Test.asp and navigate your browser to Test.asp with Abyss Runnig AHTML, the browser should show:
Hello World from ASP _________________ Any information contained herein is provided in "as is" condition without any guarantee for its accuracy, contains no warrantees - express or implied - and confers no rights.
X1 1.1.4: http://www.aprelium.com/news/abwsx1u1.html |
|
Back to top |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Mon Feb 17, 2003 7:49 pm Post subject: |
|
|
Thanks Dave I am off to try it now, BTW hows the beta working for you? _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
Dave -
Joined: 11 Feb 2003 Posts: 184 Location: United Kingdom
|
Posted: Tue Feb 18, 2003 5:50 pm Post subject: |
|
|
The Beta's going great, although I cant see any difference to X1, but that's probably a good thing :D _________________ Any information contained herein is provided in "as is" condition without any guarantee for its accuracy, contains no warrantees - express or implied - and confers no rights.
X1 1.1.4: http://www.aprelium.com/news/abwsx1u1.html |
|
Back to top |
|
 |
|