(1)在Web.config中将 <compilation debug="true"/>
<system.web> <compilation debug="true" targetFramework="4.0"/> </system.web>
(2)将要调试的页设为起始页。
(3)F5调试。
(4)在网站发布的时候把true改为false。