|
|
 |
Re: FN-FORUM IIS runs but asp not working
date posted 2nd January 2002 22:32
This is a multi-part message in MIME format.
------=_NextPart_000_01AA_01C193DE.78848CA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
What version of IIS?
Stick the attached asp doc on it and try it.
And this is my test page:
asp test page
Testing Internet Information Server 4.0
Welcome
to the Internet Information Server 4.0 course.
You are connecting to the
file on
from .
The web server you are connected to, ,
is running .
You are using a browser that identifies itself as .
----- Original Message -----
From: "Mark Chappell" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, January 02, 2002 10:02 PM
Subject: FN-FORUM IIS runs but asp not working
> Im at a loss. I just created a test site in IIS called chat. Its a
virtual
> dir pointing to a diff drive. All I have in there is a file called
> "hello.asp" which contains
>
> thats it.. Nothing else.. But when i try and run it
> http://machine11/chat/hi.asp I get the dreaded error 500 message. Anyone
> out there have any ideas on whats wrong
>
> Restarted the services, mhtl pages work fine.. just the asp stuff.
>
> Cheers
> Mark
>
>
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 5000 freelancers
>
> Freelancers and Freelance Jobs:
> http://www.freelancers.net
>
> Forum FAQs:
> http://freelancers.netrickery.com
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
------=_NextPart_000_01AA_01C193DE.78848CA0
Content-Type: application/octet-stream;
name="versions.asp"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="versions.asp"
Script Versions
function showJSVersion() {
// runs on the server when called from within table
response.write('Server JScript:');
response.write(ScriptEngineMajorVersion() + '.' + =
ScriptEngineMinorVersion());
response.write('');
response.write(ScriptEngineBuildVersion());
response.write('');
}
Sub showVBVersion()
' runs on the server when called from within table
Response.Write "Server VBScript:"
Response.Write ScriptEngineMajorVersion & "." & =
ScriptEngineMinorVersion
Response.Write ""
Response.Write ScriptEngineBuildVersion
Response.Write ""
End Sub
Server =3D ; Client =3D =
Script Engine
Version
Build
------=_NextPart_000_01AA_01C193DE.78848CA0--
|
 |
|