断点小叹号: "当前不会命中断点,源代码与原始代码不同" 

不解,google下也无解. 乱点进入 web.config   <compilation debug="false"/>

 办法:

<compilation debug="true"/> 

再调试可行. 

相关文章: