Ask a Question related to ASP.NET General, Design and Development.
-
Sunil Menon #1
How to prevent Page from being timed out?
Dear All,
I am creating a Web application that reads large amounts of files
kept in a directory structure on the WebServer...my application calls
a WebService that reads some files and depending upon the query set by
the user populate the data in a tabular format...if the file is large
the WebService takes a long time and I get the error "Application
Server not found"...I guess this is a page time out....I have set my
session timeout to 3600...but the error still comes up...can someone
suggest me a right solution to this problem? Should I
1. Use Asynchronous WebServices? How do I get a notification in my
aspx page on my client side?
2. Should I use Session variable in my WebServices?
3. What does Response.timeout do? will setting a value for this
help?
Please help...
TALIA
Many Regards
Sunil
Sunil Menon Guest
-
How do I prevent users from editing certain portions ofa page?
Hi, I've created a site in DWCS3 using a template. However, I ONLY want my client to edit a few parts of the site and not everything in the... -
Prevent data insert on page refresh
After a form is submited and inserted to the database, if the user hits the refresh button the data is again inserted to the database (there is a... -
Force page to refresh/prevent caching
Greetings JGLADNICK. This is referring to your post on CFusion/WebForums of one year ado regarding "Prevent Caching". Have you ever been able to... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Prevent Page Refresh
How do I prevent a user from going back to a previous page, and also from refreshing a current page? Forgive me for my ignorance, here; but I've... -
Sunil Menon #2
Re: How to prevent Page from being timed out?
Dear All,
I checked the application.log from the event viewer and found the
following error:
aspnet_wp.exe (PID: <xxx>) was recycled because it was suspected to be
in a
deadlocked state. It did not send any responses for pending requests in
the
last 180 seconds.
In MDSN help I found some information related to this Q321792...which
asks us to apply the latest .Net Framework service pack...I have done
that but I still get the error...
Is increasing the "executionTimeout" in Machine.config the right
solution then?
Please help...
TALIA
Many Regards
Sunil
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Sunil Menon Guest



Reply With Quote

