[Plugin: WP-Syntax] support for ASP doesn’t seem to work
-
I am using wp-syntax successfully for PHP and HTML but when I try to use it for ASP I get these warning messages above the content:
Warning: Invalid argument supplied for foreach() in /www/wpintranet/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2281
Warning: Invalid argument supplied for foreach() in /www/wpintranet/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2281
Warning: Invalid argument supplied for foreach() in /www/wpintranet/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2281
I am trying to display:
<html> <head> <title>ASP.NET Hello World-TEST SCRIPT</title> </head> <body> <h1> <p>Hello World! HOW are you?</p></h1> <p>< %Response.Write(now())%></p> <p>You are < %=Request.ServerVariables("LOGON_USER")%></p> <p>i am < %= System.Security.Principal.WindowsIdentity.GetCurrent().Name %></p> </body> </html>
Are there any fixes?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP-Syntax] support for ASP doesn’t seem to work’ is closed to new replies.