I\'ve created a web service that other sites can use to store errors in my database. They can then come to my site to view their errors, search through errors, filter error
You're not going to be able to serialize the HttpContext. Your best bet would be to create a custom class to encapsulate the information that you want out of the HttpContext and pass that into your WebMethod.