I am making a change to the .NET configuration on the webserver for
Firemaps.org (Jackson County GIS)
******************************************************************************************************************************************************

Change Location: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG
Changed File Name: machine.config
Line Changed: 458
Original Line:  responseDeadlockInterval="00:03:00"
New Line:      responseDeadlockInterval="Infinite"

Original Code Block:
**************************************************
 <processModel
            enable="true"
            timeout="Infinite"
            idleTimeout="Infinite"
            shutdownTimeout="0:00:05" 
            requestLimit="Infinite" 
            requestQueueLimit="5000" 
            restartQueueLimit="10"
            memoryLimit="60" 
            webGarden="false"
            cpuMask="0xffffffff"
            userName="machine"
            password="AutoGenerate"
            logLevel="Errors"
            clientConnectedCheck="0:00:05"
            comAuthenticationLevel="Connect"
            comImpersonationLevel="Impersonate"
            responseDeadlockInterval="00:03:00" 
            maxWorkerThreads="20"
            maxIoThreads="20"
        />


New Code Block:
**************************************************
 <processModel
            enable="true"
            timeout="Infinite"
            idleTimeout="Infinite"
            shutdownTimeout="0:00:05" 
            requestLimit="Infinite" 
            requestQueueLimit="5000" 
            restartQueueLimit="10"
            memoryLimit="60" 
            webGarden="false"
            cpuMask="0xffffffff"
            userName="machine"
            password="AutoGenerate"
            logLevel="Errors"
            clientConnectedCheck="0:00:05"
            comAuthenticationLevel="Connect"
            comImpersonationLevel="Impersonate"
            responseDeadlockInterval="Infinite" 
            maxWorkerThreads="20"
            maxIoThreads="20"
        />

David Renz
Jackson County GIS Services
GIS Programmer/Analyst
[EMAIL PROTECTED]
http://www.smartmap.org
phone: 541-774-6039
fax: 541-774-6787


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to