473,386 Members | 1,766 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,386 software developers and data experts.

ASP.Net site timing out

I've got an asp.net site which runs from IIS 5. On 4 customers sites, this
site runs ok. On our main customers site, one of the pages takes a little
while to process a request & times out - giving the user a "The page cannot
be displayed" error message.

These are the settings I've put in the web.config file:
----------------------------------------------------------
<authentication mode="Forms">
<forms name=".AFormName" loginUrl="WebPageName.aspx"
protection="All" timeout="60" path="/" slidingExpiration="true" />
</authentication>

<httpRuntime executionTimeout="3600" />

<sessionState
mode="InProc"
cookieless="false"
timeout="60"
/>
----------------------------------------------------------

In IIS, I've put these settings:
----------------------------------------------------------
Web Site tab > Unlimited connections with a timeout of 3600 seconds.
Home directory tab > Configuration button > App options tab the session
state reads 60 minutes and the timeout again 3600 seconds.
----------------------------------------------------------

Is there another setting I've missed or another cause to this problem please?
Thanks,
Alex
Nov 19 '05 #1
3 1215
The cause may be data related. Is the login authentication happening against
a DB? If so you may want to test communications from the page to the db, to
see.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"vbwig(UNSUBSCRIBE)@hotmail.com"
<vbwig(UNSUBSCRIBE)@ho*********@discussions.micros oft.com> wrote in message
news:DF**********************************@microsof t.com...
I've got an asp.net site which runs from IIS 5. On 4 customers sites, this
site runs ok. On our main customers site, one of the pages takes a little
while to process a request & times out - giving the user a "The page
cannot
be displayed" error message.

These are the settings I've put in the web.config file:
----------------------------------------------------------
<authentication mode="Forms">
<forms name=".AFormName" loginUrl="WebPageName.aspx"
protection="All" timeout="60" path="/" slidingExpiration="true" />
</authentication>

<httpRuntime executionTimeout="3600" />

<sessionState
mode="InProc"
cookieless="false"
timeout="60"
/>
----------------------------------------------------------

In IIS, I've put these settings:
----------------------------------------------------------
Web Site tab > Unlimited connections with a timeout of 3600 seconds.
Home directory tab > Configuration button > App options tab the session
state reads 60 minutes and the timeout again 3600 seconds.
----------------------------------------------------------

Is there another setting I've missed or another cause to this problem
please?
Thanks,
Alex

Nov 19 '05 #2
Hi Curt,

Thanks for your response. Initially, the login is picked up from an SQL
Server 2000 backend DB, then held throughout the remainder of the site within
formsauthentication session variables.

This 1 with this issue, can login & navigate the site apart from a single
page which contains code which takes upto 5 mins to run (& this code doesn't
reference a database).

Thanks,
Alex
Nov 19 '05 #3
five minutes is too long for a web request. their proxy server may be timing
out the request.

-- bruce (sqlwork.com)

"vbwig (UNSUBSCRIBE) @hotmail.com"
<vb************************@discussions.microsoft. com> wrote in message
news:31**********************************@microsof t.com...
| Hi Curt,
|
| Thanks for your response. Initially, the login is picked up from an SQL
| Server 2000 backend DB, then held throughout the remainder of the site
within
| formsauthentication session variables.
|
| This 1 with this issue, can login & navigate the site apart from a single
| page which contains code which takes upto 5 mins to run (& this code
doesn't
| reference a database).
|
| Thanks,
| Alex
Nov 19 '05 #4

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

Similar topics

6
by: Maspr | last post by:
I am trying to build a mixed site of ASP and ASP.NET. I am having trouble keeping the ASP session from timing out when using just the ASP.NET pages. The ASP.NET pages has a Master Page with an...
2
by: Steven D'Aprano | last post by:
The timeit module is ideal for measuring small code snippets; I want to measure large function objects. Because the timeit module takes the code snippet argument as a string, it is quite handy...
4
by: Nebulus | last post by:
We've got a website that's designed in classic ASP. While it's a good product, the original design was badly done, and I've inherited a monster. At some point last week, users began calling in...
3
by: CSharpner | last post by:
Is it just me or is everyone having problems with the MSDN site today? It keeps timing out. http://msdn.microsoft.com I've tried from: Oak Ridge, TN A proxy through our company net via...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.