Thank you all in advance
Regards
Miha
Your description of the problem is somehow quite general and I cannot infer
what is the problem actually. However, I would like to give you a workaround
especially if you get "Time out expired" problem. On the client side, where
you have the Web service client proxy, you can configure on it the timeout
to wait for a server response. On default, this is 100 seconds. More
information about this property can be found here:
http://www.thinktecture.com/Resources/Software/WSContractFirst/default.html
However, playing with this property is not a solution to your problem but
rather a "hack". Another suggestion that I want to give you is to use the
Fiddler tool to see what is the HTTP traffic coming in/out to your Web test
server - thus you will be able to see the HTTP requests/responses:
http://www.fiddlertool.com/fiddler/
If you are running any T-SQL server queries, you may want to use SQL
Profiler so that you see whether the database access is not the reason for
your troubles. Also, you may see whether there are some CPU intensive tasks
going on the test server, which may cause the delay of the Web service
request.
Hope that this helps! :)
George Jordanov Ivanov
"Miha" <miha....@email.si> wrote in message
news:u9780IuO...@TK2MSFTNGP14.phx.gbl...
"George Jordanov Ivanov" <george...@newsgroups.nospam> je napisal v
sporočilo news:OhMri00O...@tk2msftngp13.phx.gbl ...