0
votes
1answer
23 views

asp.net timeout of page

I have a timeout below and wanted to make sure it works properly: I have the following in my web.config file: <system.web> <authentication mode="Forms"> <forms ...
0
votes
0answers
14 views

ASP.Net SSRS ReportViewer 502 Error - Possible Timeout?

I have an ASP.Net web page that uses the ReportViewer control to render SSRS reports. We are having an issue where reports that take longer than 30 seconds to render appear to hit some sort of ...
0
votes
1answer
20 views

WCF service timeout setting

I have a ASP.NET 4.0 app that is calling a WCF service. For testing, the closeTimeout, openTimeout, receiveTimeout, and sendTimeout values in the wsHttpBinding binding are all set to 01:00:00. When I ...
6
votes
1answer
98 views

Requests hanging on Session module on IIS 7.5

From time to time, some requests on my website starts to hang on the RequestAcquireState state of the Session module. When that spiral begins all requests timeout and we need to restart the IIS on the ...
0
votes
0answers
23 views

ASP.NET SessionState timeout - need some tips with configuration

in my web.config file I have the following lines <sessionState timeout="10000" cookieName="_SESSION" cookieless="UseCookies" /> <authentication mode="Forms"> <forms timeout="2880" ...
0
votes
1answer
42 views

Connection Timeout but Job still running

I have a IIS website going for internal job processing. the job will take about 10 mins. When the user click the button to start the job, after about a minute the whole page whipe white and showing ...
0
votes
1answer
31 views

time-out asp.net gives error

When a user loggs in on the website, he can do what ver he wants(Which is correct). But if he's away for a few minutes somekind of time-out happens. This is causing the following error: Object ...
0
votes
0answers
84 views

Session timeout too fast in asp.net

I have develop a website where the session timeout too soon. I want to extend my asp.net session into 2 hours(120 mint). The app pool idle time is intact as i have no permission to change it. In ...
3
votes
2answers
107 views

Application Logging user off after being idle 10 mintues

I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c# and Razor. It generates dynamic web pages from a server. We are using Visual Studio ...
0
votes
0answers
18 views

How to tie/sync Session Timeout together of subdomain sites

I have two sites a.mysite.com2 minute session timeout b.mysite.com5 minute session timeout While i navigate around on b.mysite.com i dont want to have my session killed on a.mysite.com I'm able to ...
0
votes
1answer
45 views

Timeout does not apply to asynchronous operations. What is the idea behind it?

IHttpAsyncHandler, asynchronous webservices, HttpWebRequest.BeginGetResponse,... seem never timeout. Timeout seems to apply only to synchronous operations. I really want to know the reason why ...
0
votes
2answers
64 views

Forms authentication keeps logging out after inactivity

When running locally, my site runs fine. However when on the live site, after around 10 seconds of inactivity I keep getting logged out. My web config line for authentication looks like the ...
1
vote
1answer
44 views

InvalidOperationException: Timeout - recursive DB access

currently I have a serious problem with one of my web applications which runs into a Timeout Exception around half a dozen times a day. Error: "The timeout period elapsed prior to obtaining a ...
0
votes
0answers
41 views

How fix 502.3 error for ASP.NET app

one operation in our asp.net app is causing a HTTP 502 error right at 2 minutes of server side code running. failed request tracing confirms it's a timeout error (502 3). we've tried increasing ...
0
votes
2answers
64 views

How to avoid response timeout of my webpage in ASP.NET?

I'm importing large amount of data from Excel(100.000 rows etc), and get the necessary values from the excel(it took 1 minute approximately) Then I loop within these records and do some Database ...
0
votes
0answers
28 views

Setting execuationTimeOut for asp.net page

I am having a problem for setting execuationTimeOut for asp.net page. I apply the following solutions for that but did not get my required results. <system.web> <httpRuntime ...
-2
votes
1answer
67 views

Long running file operations and execution timeout

I have been asked to write a document management system for the organisation where I work which offers a series of nine different workflows related to different records. Amongst the workflows is ...
0
votes
0answers
59 views

asp.net timeout after form submit

I am new to asp.net. I was creating a web form here, the problem is when I click submit, a pop up says the form is submitting... for a long time. I know there is some issue with the code but how do I ...
0
votes
0answers
49 views

Is there a way to force a request to timeout whilst it is making an external web service call

We have a, ASP.Net web application that calls out to an external web service. We invoke the web service using WCF over HTTP. Sometimes the external service takes ages (5 mins) to service a request. ...
0
votes
0answers
72 views

Does the “Thread was being aborted” message means something like TerminateThread() on the server?

in an ASP.NET application, a long processing may end in getting the following error message on the client side: Thread was being aborted. I suppose that something like the TerminateThread() API or ...
2
votes
1answer
144 views

To Increase Request Timeout only on particular Web Page

Is it possible to increase the request timeout for just the one particular web page? I am working on ASP.Net 4.0 and I need one particular page to have a longer request timeout, since it is ...
1
vote
1answer
474 views

How increase timeout on ASP.NET HTTP processes?

We have a web page that calls a stored procedure. The stored procedure takes ~ 5 minutes to run. When called from ASP.NET, it times out at ~ 2 minutes and 40 seconds with an HTTP execution timeout ...
3
votes
3answers
392 views

Session Timeout .NET

I searched but I dont`t find any specific answer for this question. How I can get value in server how much time left, before session expires? My session settings: //timeout for example 10 min. ...
0
votes
0answers
81 views

PageRequestManage Constantly Timing Out

We have a page on a ASP.NET application that needs to send bulk e-mails. Everything is working as it should but the page keeps timing out. What basically needs to happen is, once the user has entered ...
0
votes
2answers
89 views

ASP.NET timeout not working

why isn't my timeout attribute working. I set it to 1 minute, even then It has been more than an hour and the session hasn't expired. Here is what i have written in web.config <authentication ...
2
votes
1answer
32 views

Timout with wcf service

I have a serious timeout issue with a wcf service. I will explain the situation: I have a asp.net that calls wcf service, The wcf service creates a new thread, The new thread creates a process that ...
0
votes
2answers
131 views

Set timeout for sessions

I've read some others threads from here and outside, but nothing worked... I have a few Sessions like (login, column's value ...). And I want to set a time to the Sessions expires... I've tried: ...
1
vote
1answer
165 views

Asp.net forms authentication IIS 7.5 with multiple servers

I have a Asp.Net web application running on Windows 2008 R2 (IIS 7.5). I have two servers WWW1 and WWW2 and the DNS records are set up for round robin DNS for "www". I increased the AppPool timeout ...
0
votes
0answers
27 views

Site timeout tools?

Is there a particular tool/method to test a site for timeouts? We recently rebuilt a large hotel site for a client - it now has a .aspx back end (originally php) for some pages - rest are html - ...
1
vote
1answer
183 views

Inexplicable query timeout with ASP.NET and SQL Server

Sometimes, my web application is throwing timeout exceptions when trying to execute a specific stored procedure. From that moment on, the stored procedure will never execute again until I reboot the ...
0
votes
1answer
83 views

Sql Timeout error, but why?

The following code results in a System.Data.SqlClient.SqlException: Timeout expired. const string sqlStmt = @"SELECT * FROM CUSTOMER_INFO WHERE ...
1
vote
1answer
276 views

When uploading image file onto my server from my webpage I want to display message if the upload timesout VB.net code behind

I check for file size and file extension already. But I still need to check if the upload process has timed out. If it does I want to display a message to the user that the upload timed out and they ...
0
votes
1answer
76 views

ASP Push Notifications: limit time response

I'm developing a .NET application which communicate with a JS client through Event-source. It's works pretty well but I have a problem: If a client disconnects when the server is writing, the server ...
1
vote
3answers
666 views

Reset session timeout without doing postback in ASP.Net

Is there any way to reset the session timeout without doing postback? In this scenario I don't just want to hide the postback from user, I need to reset the timeout with out postback. On my page I ...
1
vote
1answer
349 views

session timeout prompt asp.net

The application I am using is implementing some session timeout prompt using jquery. There is a timer that counts and if there is no user activity after predefined X minutes it shows user prompt ...
0
votes
1answer
136 views

ASP.NET SQL - Pool - timeout

I've a problem with Asp.net and SQL. I have many timeout errors from connection pool. All connections are used within using block so they are correctly closed. In the connectionSting I have : ...
4
votes
1answer
384 views

Thread was being aborted - while looping a lot of rows

I load a datatable which has aprox. 60.000 rows. I loop these, and write them our like this to build a file: HttpContext.Current.Response.Write(lineItem); ...
0
votes
0answers
66 views

Is my server lacking storage space?

I have two ASP.Net web applications using SQL Server 2005 hosted on a dedicated Windows 2003 server. One of the applications only receives around 100 unique hits a day, however, the other receives on ...
0
votes
3answers
42 views

How to implement or configure hard session expiry in ASP.NET?

I can set a 20 minutes timeout for the sessions which means if the user doesn't make a request within the 20 minutes period, his/her session expires. <sessionState timeout="20" /> But what I ...
1
vote
2answers
149 views

Timeout in authentication does not work properly

I have an ASP.NET 4 site. I'v set timeout to 100 minutes in authentication in web.Config, but when users are working with site suddenly the site prompts to log in even after 3 minutes. The below code ...
0
votes
1answer
108 views

Do some functionality on session timeout

How can i write some code like maintaining timeout in database or logging task, when session get timeout automatically after specific time(default 20 mins).
0
votes
1answer
413 views

Enterprise Library 5.0 Connection Pool Timeout

I have an old web application written in ASP.Net 2.0 Web Forms. I use the Data Access Block in Enterprise Library and have recently updated to version 5.0. The application is tiered, ie, UI layer, ...
2
votes
2answers
2k views

ASP.NET Forms Authentication timeout

This could be a very simple question, but after a few hours trying to understand how this works on ASP.NET 4.0 I still don't know. I'm using Forms Authentication. I have a login page with a login ...
0
votes
0answers
99 views

Yetanotherforum.net, when registering or when editing a user profile, session always times out

I'm using Yetanotherforum.net (YAF ... .net4/C#) and for no particular reason, yesterday, some things still work, but some things don't work: When you click "register", it times out every time. When ...
0
votes
1answer
569 views

Forms Authentication Login timeout does not work

ASP.Net 4.0 application, using Forms Authentication, timeout="1". The redirect page is Login.aspx. As soon as I log into the application, I am taken into a default page (Page A), and if I wait idle ...
1
vote
0answers
121 views

Can't connect to WebService after it's been idle until App Pool Recycle

I have a Webservice that is running on IIS and for the most part it works fine. I can call this webservice from a test web app just fine when it is first deployed. If I hit the webservice multiple ...
2
votes
1answer
877 views

Asp.Net (MVC): Which session timeout is what?

I've made one Asp.net MVC website, and I'm very confused between the different timeout settings. What is the difference between: SessionState Timeout in web.config: Application pool timeout ...
0
votes
0answers
28 views

HttpRuntime.exceededTimeout occurs but how to redirect?

I keep geting a HttpException that my timeout was exceeded. How do I get code to redirect to a page when this occurs? Is there anyway besides custom errors?
0
votes
2answers
523 views

Notify user of session timeout asp.net VB

I want to notify the user as soon as the session expires.. an alert and redirect to another page. What is the best way to do it considering I have no master page. Although most of the pages inherit ...
1
vote
3answers
138 views

SqlServer Timeout in ASP.NET

I have a SP which takes 20 seconds in SqlServer environment but sometimes in my ASP.NET page when I run the SP I get SqlServer timeout excaption. I event set CommandTimeout and ConnectionTimeout to ...

1 2 3 4