Hi, I'm trying to develop a company intranet using iis and asp. When I try to view my page, I get the following error:
----
Microsoft VBScript compilation error '800a0400'
Expected statement
/iisHelp/common/500-100.asp, line 356
& Server.URLEncode(objASPError.Category) & _ "&os=&over=&hrd=&Opt1=" & Server.URLEncode(objASPError.ASPCode) & "&Opt2=" & Server.URLEncode(objASPError.Number) & _ "&Opt3=" & Server.URLEncode(objASPError.Description)
^
Provider error '80004005'
Unspecified error
/Intranet/login.asp, line 8
----
Line 8 in login.asp is:
rsLogin.ActiveConnection = MM_hacheys_STRING
Thanks, any help is appreciated!
----
Microsoft VBScript compilation error '800a0400'
Expected statement
/iisHelp/common/500-100.asp, line 356
& Server.URLEncode(objASPError.Category) & _ "&os=&over=&hrd=&Opt1=" & Server.URLEncode(objASPError.ASPCode) & "&Opt2=" & Server.URLEncode(objASPError.Number) & _ "&Opt3=" & Server.URLEncode(objASPError.Description)
^
Provider error '80004005'
Unspecified error
/Intranet/login.asp, line 8
----
Line 8 in login.asp is:
rsLogin.ActiveConnection = MM_hacheys_STRING
Thanks, any help is appreciated!