<p>I submitted part one of the application a really long time ago, but now I’ve started part 2. </p>
<p>I filled out every section of part 2 EXCEPT for the essays, and up to this point, everything’s gone really really well. However, when I finished the “Activities Summary” section, a screen came up that says “You are now successfully logged off…” and i was super scared it deleted everything. It gave me the option of going to the main menu, or something else that I can’t remember.</p>
<p>After this happened, I was scared I’d lost all the stuff I just typed up (which took over an hour), so I logged back in and clicked on the link to my activities section. When I did that, this really big error screen popped up, that said:</p>
<hr>
<p>Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. </p>
<p>Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customerrors> tag within a “web.config” configuration file located in the root directory of the current web application. This <customerrors> tag should then have its “mode” attribute set to “Off”.</customerrors></customerrors></p>
<!-- Web.Config Configuration File –>
<p><configuration>
<system.web>
<customerrors mode=“Off”>
</customerrors></system.web>
</configuration></p>
<p>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the “defaultRedirect” attribute of the application’s <customerrors> configuration tag to point to a custom error page URL.</customerrors></p>
<!-- Web.Config Configuration File –>
<p><configuration>
<system.web>
<customerrors mode=“RemoteOnly” defaultredirect=“mycustompage.htm”>
</customerrors></system.web>
</configuration></p>
<hr>
<p>Then, everytime I try to click on anything besides the activity summary (which gives me that ^,) I get the “you have successfully logged off” thing.</p>
<p>Does anyone know what happened?</p>