[ASP.NET2.0] Web Project 和 WebSite 使用Profile的区别 [原创]

1. Web Porject中的Profile用法:
     HttpContext.Current.Profile["ProfileName"]来get or set

2. Web Site中直接用 Profile + "." 来 get or set



原文地址:https://www.cnblogs.com/RobotTech/p/894380.html