Forums
This topic is locked
Naughty ASP/VBScript...
06 Jun 2007 23:36:07 Gabriel G posted:
Hello y'all!I've created some ASP/VBScript pages using DW8 and put them up on our server. These pages are supposed to take text from a textarea I've placed there, send it to a database on that server (MSAccess), and upon submission refresh to that same page. However, after hitting my submit button i get an 'Error 500 -- internal server error.' Possible causes I've considered include the following --
- bug in DW that messes up the recordset code upon x-ferring ASP pages to server (and vice versa)
- poor server settings
- problems with my form setup
Here's some of the code for the recordset (though I haven't seen anything odd myself)
' append the query string to the redirect URL
If (MM_editRedirectUrl <> "" And Request.QueryString <> "" Then
If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "" Then
MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
Else
MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString
End If
End If
End If
I'm sure it's something dumb and that I've overlooked so any input at all would be most helpful. Thank you all again!
Replies
Replied 07 Jun 2007 08:12:47
07 Jun 2007 08:12:47 satheesh Dominic replied:
Can you please explain more about the error message you are receiving while running the form....
If you are using Mozilla Firefox to test the page, It will display the error message along with the specific error..It will be easier for other to suggest some solution.....
If you are using Mozilla Firefox to test the page, It will display the error message along with the specific error..It will be easier for other to suggest some solution.....