 |
|
| .NET DotNet Forum Index » ASP.NET - Webservices Forum » web service not response sometimes!... |
|
Page 1 of 1 |
|
| Author |
Message |
| Royy... |
Posted: Wed Aug 05, 2009 6:23 am |
|
|
|
Guest
|
Hi:
I wrote a web service by vb.net. When i debug on my local pc ,it's OK, but
when i release to a web server, I found it work not OK, sometimes it counld
lose response, who can tell me why??? Thanks
code example:
<WebMethod(BufferResponse:=False)> _
Public Function f1() As Boolean
/*
some code to access ms sql server and do something
*/
Return True
End Function |
|
|
| Back to top |
|
|
|
| Mr. Arnold... |
Posted: Tue Aug 11, 2009 5:58 pm |
|
|
|
Guest
|
"Royy" <royy918 at (no spam) 163.com> wrote in message
news:21CE69B8-3B29-41EF-87B6-FBC4C3F5E6A3 at (no spam) microsoft.com...
Quote: Hi:
I wrote a web service by vb.net. When i debug on my local pc ,it's OK, but
when i release to a web server, I found it work not OK, sometimes it
counld lose response, who can tell me why??? Thanks
code example:
WebMethod(BufferResponse:=False)> _
Public Function f1() As Boolean
/*
some code to access ms sql server and do something
*/
Return True
End Function
Most likely, it terminated on the SQL code somewhere and aborted the Web
service, no return.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4327 (20090811) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com |
|
|
| Back to top |
|
|
|
| Patrice... |
Posted: Mon Aug 31, 2009 8:27 am |
|
|
|
Guest
|
And what happens when it fails is ? Don't you log errors to the Windows log
or somewhere you could see it ???
--
Patrice
"Royy" <royy918 at (no spam) 163.com> a ¨¦crit dans le message de groupe de discussion :
21CE69B8-3B29-41EF-87B6-FBC4C3F5E6A3 at (no spam) microsoft.com...
Quote: Hi:
I wrote a web service by vb.net. When i debug on my local pc ,it's OK, but
when i release to a web server, I found it work not OK, sometimes it
counld lose response, who can tell me why??? Thanks
code example:
WebMethod(BufferResponse:=False)> _
Public Function f1() As Boolean
/*
some code to access ms sql server and do something
*/
Return True
End Function
|
|
|
| Back to top |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Wed Dec 02, 2009 8:11 pm
|
|