评论

  • 哈·

    你真不幸~29号那天服务出遇到麻烦了啊
  • blog.feedsky.com throws exception:



    #exception

    ....

    Source File: E:\Feedskyblog\ccs11\Web\web.config Line: 40



    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

    #endofexception



    coz communityserver doesn't run on ASP2.0



    #quote:



    CommunityServer's "Profile" and "RoleManager" httpModules clash with included httpModule's in ASP.NET 2.0 (which are declared in machine.config). The easiest way to work around this conflict is to add these two lines directly after the <httpModules> directive in your web.config file:



    <remove name="Profile" />

    <remove name="RoleManager" />



    #endofquote



    #src

    http://docs.communityserver.org/default.aspx/CS.CSOnAspDotNet2

    #endofsrc
  • 更多信息:



    http://blog.feedsky.com/