Hi
When trying to create the first page by clicking the New Page button below the site tree in left side of the admin user interface, I got a Server Error:
--snip--
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'PageTopLogoImageAlt' is not declared.
Source Error:
Line 469: <td>
Line 470: <input class="std" maxlength="255" name="PageTopLogoImageAlt" size="30" type="text"
Line 471: value="<%=PageTopLogoImageAlt%>">
Line 472: </td>
Line 473: </tr>
Source File: C:\Data\Websites\dynamicweb.dev\Application\Admin\Page_Edit.aspx Line: 471
--snip--
Any hints ?