Server Error in '/' Application.
String was not recognized as a valid Boolean.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: String was not recognized as a valid Boolean.
Source Error:
Line 268: <tr>
Line 269: <td> </td>
Line 270: <td><label><input name="persist" type="checkbox" <% if (Request.Cookies[adServer.Shared.Constants.CookieNames.admin_persist] != null && bool.Parse(Request.Cookies[adServer.Shared.Constants.CookieNames.admin_persist].Value)) Response.Write("checked=\"checked\""); %> /> Remember Me</label></td>
Line 271: </tr>
Line 272: <tr>
Source File: c:\AdServer_Alpha\ads.pof.com\Default.aspx Line: 270
Stack Trace:
[FormatException: String was not recognized as a valid Boolean.]
System.Boolean.Parse(String value) +10142740
ASP.default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\AdServer_Alpha\ads.pof.com\Default.aspx:270
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
System.Web.UI.Page.Render(HtmlTextWriter writer) +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240