PDA

View Full Version : javascript not found on personal IIS


classicwingcook
09-17-2002, 06:36 AM
OK. I know that I probably screwed up the personal web server on this PC(win2K).

I'm working on learning remote scripting, but when the server-side script is called, I'm getting the following error:

<quote>
Error Type:
Active Server Pages, ASP 0129 (0x80004005)
The scripting language 'JavaScript' is not found on the server.
C:\INETPUB\WWWROOT\PO_SCRIPT\../_ScriptLibrary/rs.asp, line 1
</quote>

Any ideas out there? I've reloaded the jre from sun, but with no luck.

EnwTheGood
09-17-2002, 06:01 PM
Sounds to me like you're putting <SCRIPT> commands in the middle of ASP code or something.

Waves
09-19-2002, 07:31 PM
Yeah. I'd say it could be script commands in your ASP also. When I first started, I got similar error messages because of it.