When check the EventLogViewer, I got these two errors:
1.
EventType clr20r3, P1 aspnet_wp.exe, P2 2.0.50727.3053, P3 4889ded7, P4
webservice1, P5 1.0.0.0, P6 4b4d6cd1, P7 13, P8 1, P9
system.stackoverflowexception, P10 NIL.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2.
aspnet_wp.exe (PID: 2752) stopped unexpectedly.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
This is the runtime exception I got:
Client found response content type of 'text/html; charset=utf-8', but
expected '
text/xml'.
The request failed with the error message:
--
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"
http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" >
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><span style="font-family:Verdana;color: #ff3300">Server
Application Un
available
</span></h1>
<p>
<span style="font-family:Verdana;">
The web application you are attempting to access on this web server
is c
urrently unavailable. Please hit the "Refresh" button in your web browser
to re
try your request.
</span></p>
<p>
<b>Administrator Note:
</b> An error message detailing the cause of this specific request failure
can b
e found in the application event log of the web server. Please review this
log
entry to discover what caused this error to occur.
</p>
</body>
</html>
--.
I have try...catch blocks placed at appropriate locations ... it never
caught StackOverflowException ... seems something else is the problem!
Any help would be appreciated
Thankyou
Regards
Raj