Some notes when transferring from Web 1.1 to Web 2.0

1. To make javascript/xHtml code compatible with older version, the below config item should be added.
    <!-- Legacy, Transitional, Strict. -->
    <xhtmlConformance mode="Legacy"/>
   
2. To make event automatically wire up, in every page source code, the below attribute should be set in
   "<%@ Page language="c#" Codebehind="xx" AutoEventWireup="True" Inherits="xx" %>" line.
    AutoEventWireup="True"
 
3. SP1 to setup Web Application type, instead of Web site type.

posted on 2007-05-02 15:05  Diego  阅读(115)  评论(0编辑  收藏  举报