Rick Altobello
|
| Posted: 07/01/2002, 5:54 AM |
|
Using CodeCharge Studio, I developed a site using Windows ME and Personal Web Server with an ODBC source. All pages function as normal, when I published the project to my web server, Windows NT 4 with IIS, I get the following error loading the default.asp
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/bcsportal/Classes.asp, line 93
Public Default Property Get Parameters(Name)
---------------^
HELP!!!
|
|
|
 |
Nicole
|
| Posted: 07/01/2002, 6:30 AM |
|
Rick,
1. Check and make sure that you server supports ASP 3.0/VBScript 5.0+. If not, you should upgrade to the latest VBScript version: http://msdn.microsoft.com/downloads/default.asp?URL=/do...ompositedoc.xml
|
|
|
 |
Rick Altobello
|
| Posted: 07/01/2002, 2:50 PM |
|
Thanks for the link, that fixed it.
Rick
|
|
|
 |
|