473,322 Members | 1,421 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

page can not be displayed after calling web service

I have a web service(C#) which involves processing lot of information thru a
third party component. I have couple of issues with my web service.
Issue 1:
My web service calls a third party component. The whole operation including
getting results to the user takes 16 mins. But even after changing the
timeouts to 30 Mins, i was getting time out error just after couple of
minutes. It works only after I changed all the time outs to > 30 Mins. Why do
I need timeouts > than the processing time?
Issue 2:
I get page can not be displayed in my browser just couple of minutes after
my web service call the third party component(which is a com component). But
I dont see any error in the event log. I added debug statements to trace the
path of execution. Even though I get page can not be displayed, I could see
the process is completed succesfully( I insert debug statement to sql
server...I see all of them)... I tried to make the call to the third party
component,an synchronous one. It still didnt solve my problem.

The sequesce of actions....
web server dumps the input to sql server(which in turn is used by the third
party component)
web server calls app server(where the web service resides)
web service calls the thrid pary component ....(it is a HTTPWebRequest)
..
Waits for response from third party component
--page can not be displayed in couple minutes) ---
( but can see the output dumped to the log table.dont see any error)

Would greatly appriciate any feedback.

Thanks
Mithu
Nov 21 '05 #1
1 1627
I changed all time-outs, responseDeadlockInterval, memorylimit etc.... I
still couldn't figure out why it is throwing up the 'Page can not be
displayed' . I read in msdn, having lesser value for 'maxRequestLength' wont
throw up an error but show page can not be displayed. But that article tells
that event viewer will have a log. I don't have any errors or warnings in
event logs. I really have no idea what goes wrong. Who takes precedence,
web.config or machine.config? The time-outs in web.config didn't have any
effect at all. I don't like changing my machine.config. After I changed my
machine.config, I don't have any time-outs. But my browser at the end of 3
mins, gave me the page can not be displayed. I would greatly appreciate any
help on this.
Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: merdaad | last post by:
I am doing a database search from inside my class (vb) file. I get back lines of data which I would like to display in a new HTML page. After I complete my search and find the records, I want...
3
by: Carolyn Vo | last post by:
I have a datagrid in my web control class that I am trying to get the current rows displayed for. I have enabled paging on the datagrid so if the user is currently on page 3 of 8, and if I have...
0
by: kashif kazi via DotNetMonster.com | last post by:
Hi all I developed the simple windows control and place it on ASP.net page, it runs fine. Now i developed the win control as follows which uses web services (Combine logic of two sample...
1
by: C Williams | last post by:
Hi, I have a small piece of code that is used by both a web page and by a web service. I'd like some different behaviour depending on whether it is called by the page or by the service. In...
5
by: Homa | last post by:
Hi all, Can anyone give me some links about how to do an async web service call from aspx and display a temperary page before the web service returns? Thanks, Homa Wong
2
by: Tim Reynolds | last post by:
Team, When my web service throws an exception and I am debugging on my PC - I get the exception back in my browser fine. My web.config shows <customErrors mode="Off"/> and this is working well. ...
0
by: assgar | last post by:
Hello First sorry if there is to much code in this example. I am new to working with multi page forms. I have a search form that gets preloaded info from the database. There are 3...
0
by: =?Utf-8?B?bmVlcmFqYkBub2lkYS5ub3NwYW1oY2x0ZWNoLmNv | last post by:
Hi, We have created new .NET web service and running it through the default test page and it's working fine in our development environment. When we moved the web service to the acceptance...
1
by: raghuvendra | last post by:
Hi I have a jsp page with 4 columns: namely Category name , Category order, Input field and a submit button. All these are aligned in a row. And Each Category Name has its corresponding Category...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.