Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP/1.1 500 Server Error

Status
Not open for further replies.

nphani

Technical User
Feb 10, 2002
104
US
I have tried running a simple ObjectContext Transaction ASP as:

If rs.RecordCount > 0 None
ObjectContext.SetAbort
Response.Write "Sorry, there is not sufficient quantity on hand to process your sale."
Else
ObjectContext.SetComplete
Response.Write "Yaahoooo!!!"
End If

I have the recordset, rs, loaded prior to it and i get records. But when I run this ObjectContext code, the error comes up saying: "HTTP/1.1 500 Server Error" and nothing else on this page. What does this mean? Doesn't my IIS recognize the object "ObjectContext"?

Phani
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top