|
|
|
History for
Frequently Asked Questions
(history as of 07/19/2007 16:27:10)
<h1>General</h1>
<h3><strong>Q</strong>. Is BugNET free?</h3>
<p><strong>A.</strong> Yes, BugNET is open source licensed under the GNU GPL license. You are free to use it to manage commercially built programs or modify BugNETs source code for internal use. Any derivitive works from BugNET itself must fall under the GPL license as well. Although it is not required to share your code changes to the public, if you feel your changes would benefit the community I urge you to share them. Please review the <a href="http://www.gnu.org/copyleft/gpl.html">GPL license </a>for further details.</p>
<h3><strong>Q</strong>. I get an error "System.Security.~SecurityException: Requested registry access is not allowed."?</h3>
<p><strong>A.</strong> Make sure you have configured BugNET's Exception Management features properly by following the Installation instructions.</p>
<h3><strong>Q</strong>. How do I change the date format?</h3>
<p><strong>A.</strong> Change the culture in the web.config file to the desired culture date format:</p>
<p><br />
<span><span class="Code"> <globalization <strong>culture="en-US"</strong> uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" /></span></span></p>
<p> </p>
<h3><strong>Q</strong>. My users are always having to log back into the application. How can I fix this?</h3>
<p><strong>A.</strong> The default timeout for session in ASP.NET 2.0 is 30 minutes. You can configure the length of the timeout by editing the web.config file with code below setting the timeout value in minutes.</p>
|<< Back |
|