Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HTTP/1.1 500 Server Error
Name: abdussami Date: May 24, 2009 at 23:09:44 Pacific OS: Windows 2003 Subcategory: General
Comment:
hi,
My classic ASP pages were working fine till yesterday. Not all pages, but at one page it is giving me "HTTP/1.1 500 Server Error" error . I have unchecked "Show friendly error message" In IE. But still it shows "HTTP/1.1 500 Server Error"
Name: abdussami Date: May 25, 2009 at 00:27:43 Pacific
Reply:
hi,
I found below script which is in ASP page is not working on that server. same script is working fine on another server.
<SCRIPT LANGUAGE=JScript RUNAT=Server> function y2k(number) { return (number < 1000) ? number + 1900 : number; } function milliDif() { var d = new Date(); return d.getTime() }
function elapsedpretty(parm1) { var elapsedsecs = 0 var elapsedmins = 0
Summary: i am very new to Perl, and made/copied a script out of a book that i needed to put data from an html form into a txt file. i keep getting 500 server errors, and no one i ask can help me. script follow...
Summary: I have gotten ahold of a form vibrate code from pscode.com the code says: For V= 1 To 500 the code Next V How can I read v and print it into a textbox so that i can have a count down for when it end...
Summary: C programming using Makefile in UNIX. No error when compiled.. When i execute it the error is: ld.so.1: testpur: fatal: relocation error: file testpur: symbol : referenced symbol not found Killed Las...