Loading

摘要: 在Windows 7的IIS 7.5中调试asp.net程序 1,以管理员身份运行visual studio 2010 2,check show processes in all sessions and click w3wp.exe, then click attach button 阅读全文
posted @ 2011-06-11 15:21 .net's 阅读(455) 评论(0) 推荐(0)
摘要: 初次错误: Unable to cast object of type 'System.Security.Principal.GenericIdentity' to type 'CustomSecurity.CustomIdentity'. 解决方案: 将网站应用程序池设置为的“经典模式”。 第二次错误: 解决方案:在Windows Feature中安装asp.net. 第三次错误: 解决方案: ... 阅读全文
posted @ 2011-06-11 15:18 .net's 阅读(753) 评论(0) 推荐(0)