Code: Select all
Error 500: The Server is unable to process your request, click the login button to go back to the login page
Moderator: SourceGear
Code: Select all
Error 500: The Server is unable to process your request, click the login button to go back to the login page
Code: Select all
2005-04-18 12:05:56.578 Starting SourceGear Dragnet by SourceGear, LLC - Version 1.0.2.1197 Copyright © 2003-2005 SourceGear, LLC All rights reserved.
2005-04-18 12:05:56.593 Configured Options: : LogLevel - Quiet LogReverseDNSLookup - True
2005-04-18 12:06:03.140 192.168.1.1 (192.168.1.1)- : Helpers::ListProjects Session Timed Out
2005-04-18 12:06:03.187 192.168.1.1 (192.168.1.1)- : Helpers::ListMilestones Session Timed Out
2005-04-18 12:06:08.515 192.168.1.1 (192.168.1.1)- : Server error 500 Object reference not set to an instance of an object.
Code: Select all
<authentication mode="Forms">
<forms name=".SGM_AUTH"
loginUrl="login.aspx"
protection="All"
timeout="120"
path="/"
slidingExpiration="true"/>
</authentication>
What is the time set?Application Pools -> Properties -> Performance -> Shutdown worker processes after being idle for (time in minutes)
What version of IIS are you using?
If you are using IIS 6.0, go to the App Pool that Dragnet is installed on and choose Properties-> Recycling and make sure everything on that tab is unchecked. Also, go to Properties-> Performance and make sure the "shutdown worker processes after being idle..." is unchecked.
For IIS 6.0 or IIS 5.0, go to the Dragnet virtual directory->Properties->Virtual Directory tab-> Configuration-> Options (or App Options in 5.0) and make sure that enable session state is checked. If the timeout value small, change it to something larger.