Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

  •  09-18-2006, 6:18 AM

    Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

    Here is my roleProvider from CS2.0, .NET Framework 2.0 install:

            <roleManager
                cacheRolesInCookie="true" cookieName=".CSRoles" cookieTimeout="90"
                cookiePath="/"  cookieRequireSSL="false" cookieSlidingExpiration="true"
                createPersistentCookie="true" cookieProtection="All" maxCachedResults="1000" >
                <providers>
                    <add
                        name="CommunityServerSqlProvider"
                        type="CommunityServer.MemberRole.CSRoleProvider, CommunityServer.MemberRole"
                        connectionStringName="SiteSqlServer"
                        applicationName="dev"
                        description="Stores and retrieves roles data from the local Microsoft SQL Server database"
                    />
                </providers>
            </roleManager>   

    I still have a working CS2.1 on .NET 2.0 at new.emrupdate.com which continues to operate and hasn't needed reset. My CS2.1 installation is 100% default from a fresh CS2.1 download.

    Hope that helps
    Nick.

    ktweedy - I tried emailing you through this forum - both post subscription and private messages don't appear to work here. You can contact me at ignorethis_info@emrupdate_ignorethis.com removing the words "ignorethis" from mail address.


View Complete Thread