Author |
Topic |
|
David C. Pyatt
Starting Member
USA
7 Posts |
Posted - 26 July 2001 : 22:27:16
|
I know I am probably missing something really simple, but I've been beating myself up looking and thought I'd ask for help...
I just downloaded the 3.3 and extracted it (WinZip no TAR conversion of CR/LF) to my workstation, FTP'd it to my server (on my LAN, NT 4.0SP5/IIS4.0) multiple times, using WS_FTP LE, set to auto or ASCII, modified the config.asp in Notepad for the database, and no matter what I do I get...
Microsoft JScript compilation error '800a03f7'
Unterminated string constant
/forumtest/config.asp, line 2
'################################################################################# ----------------------------------------------------------------------------------^
Am I missing a setting somewhere along the line on the server? I thought I caught everything, Access db is in cgi-bin, etc., but maybe another set of eyes can help me find the missing puzzle piece. This is happening on all of the .asp files, ie.:admin.asp, forum.asp, config.asp, etc.
THANKS! Dave dcpyatt@cannet.com
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 27 July 2001 : 03:18:29
|
I'll take a wild guess that your web server has Javascript set to be the default scripting language. You change this in the property pages for the web application. Open the IIS MMC, navigate to the web and open the property pages for the web application. You'll find the default scripting language setting in there somewhere.
Please post an update here if this is the problem. Thanks.
====== Doug G ====== |
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 27 July 2001 : 03:20:52
|
Unrelated, you should probably consider updating your server to sp6a.
====== Doug G ====== |
|
|
David C. Pyatt
Starting Member
USA
7 Posts |
Posted - 27 July 2001 : 18:38:50
|
What should the correct scripting language setting be in the application settings? It is currently Javascript.
Thanks! Dave
|
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 27 July 2001 : 19:21:51
|
I don't know if there is a "correct" language, but the default scripting language for server-side asp code is VBScript, and for client-side code is javascript. If your server-side code is set to javascript and you change it to VBScript, you may break other pages on your site. The alternative is to add a asp line <%@Language="VBScript"%> as the first line of all asp pages that should use VBScript.
====== Doug G ====== |
|
|
David C. Pyatt
Starting Member
USA
7 Posts |
Posted - 02 August 2001 : 09:19:38
|
Thanks, Doug! It was the scripting language on the servers... I now have it running OK at work and at home. Now I just need to configure it up!
Thanks again! Dave
|
|
|
|
Topic |
|