Enochs wrote:
catch (XmlException ex)
What makes you think that that is the only possible exception that can be thrown? If another exception is thrown then it is going to result in some error response to the client (which is what you are seeing.) Also maybe your url in the catch is failing. Also shouldn't you log something if it fails?
Thanks, that worked. Kind of funny how simple that was. In the time it took to get a response, I wrote a complicated Regular Expression Validator control to get around the issue..... Let me go delete that. lol