hello there
is it possible to use asp.net on non microsoft servers especially on apache and unix.
is it possible to use asp.net on non microsoft servers especially on apache and unix.
<% # "cross site scripting bug" prevention my $sanitized_url = $Server->HTMLEncode($Response->QueryString('OffSiteUrl')); %> <html> <head> <meta http-equiv=refresh content='0;URL=<%=$sanitized_url%>'> </head> <body> Redirecting you offsite to <a href=<%=$sanitized_url%> >here</a>... </body> </html>
Comment