调试Web Parts

from http://www.cnblogs.com/BigSeal/archive/2004/10/08/49738.html?login=1#Post

一、设置断点
1.确保项目的输出路径位于SharePoint站点的根目录下的bin文件夹内
2.把Web Part程序集注册为安全控件

二、附加ASP.NET进程
1. 手动附加进程
 调试->进程->把w3wp.exe置为附加进程并选中CLR复选框
2.用启动URL并自动附加到进程
 项目属性->配置属性->调试->启动ASP.NET调试置为true,调试模式为URL,启动URL为包含Web Part 的Web Part Page。
3.打开站点的web.config文件,在<system.web> t标签中找到, <compilation batch="false"/> 标签, 把它改为
<compilation batch="false" debug="true"/>.

三、调试
  1. In the web.config file, search for the <SharePoint> tag.
  2. In the <SharePoint> tag, locate the <SafeMode MaxControls="50" CallStack="false"/> tag and change it to <SafeMode MaxControls="50" CallStack="true"/>.
  3. In the web.config file, search for the <System.Web> tag.
  4. Within the <System.Web> tag, locate the <customErrors> tag and change it to <customErrors mode="Off">.

注:如果提示信任级别不够可以把web.config中的<trust level="WSS_Mimum" originUrl="" />改为<trust level="WSS_Medium" originUrl="" />

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值