Wrox Programmer Forums
|
ASP Pro Code Clinic As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 13th, 2004, 11:46 AM
Authorized User
 
Join Date: Jul 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alex_read
Default ASP.Net site timing out

Hi Everyone!!! 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


__________________
http://www.geocities.com/vbwig/
 
Old December 13th, 2004, 05:57 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

This is the classic ASP forum, try this in the .net area.



Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET web site administration tool boksi ASP.NET 1.0 and 1.1 Basics 2 June 16th, 2005 07:10 AM
asp.net application timing out upbuy6am General .NET 0 May 18th, 2005 03:26 PM
ASP.Net site timing out alex_read ASP.NET 1.0 and 1.1 Professional 2 January 29th, 2005 02:14 AM
timing ASP page usage riprod Classic ASP Databases 1 January 21st, 2004 01:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.