Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6319615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:50:09+00:00 2026-05-24T15:50:09+00:00

Ok I have a group of three web applications. My existing web application doesn’t

  • 0

Ok I have a group of three web applications.

My existing web application doesn’t have any customization whatsoever, it just used the basic membership providers.

YAF.NET uses custom providers, the one that posed a problem was the custom profile provider:

<profile enabled="true" defaultProvider="YafProfileProvider" inherits="YAF.Utils.YafUserProfile">
    <providers>
        <clear/>
        <add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafProfileProvider" type="YAF.Providers.Profile.YafProfileProvider"/>
    </providers>
</profile>

So I integrated this with my main site, by just adding the reference to YAF.Utils and the inherits="YAF.Utils.YafUserProfile" attribute to my profile provider on the main site.

But now I’m trying to also integrate BugNET into the mix. BugNET has the following customization of their membership implementation:

<membership defaultProvider="ExtendedSqlMembershipProvider">
    <providers>
        <clear />
        <add name="ExtendedSqlMembershipProvider" type="BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider, BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider" connectionStringName="BugNET" description="Extended Membership API" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="BugNET" requiresUniqueEmail="false" passwordFormat="Encrypted" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
    </providers>
</membership>
<profile enabled="true" automaticSaveEnabled="false" defaultProvider="MyProfileProvider">
    <providers>
        <clear />
        <add name="MyProfileProvider" type="Altairis.Web.Providers.SimpleSqlProfileProvider, Altairis.Web.Providers" connectionStringName="BugNET" tableName="BugNet_UserProfiles" keyColumnName="UserName" lastUpdateColumnName="LastUpdate" />
    </providers>
    <properties>
        <add name="FirstName" type="String" customProviderData="FirstName;nvarchar;100" />
        <add name="LastName" type="String" customProviderData="LastName;nvarchar;100" />
        <add name="DisplayName" type="String" customProviderData="DisplayName;nvarchar;150" />
        <add name="IssuesPageSize" type="Int32" defaultValue="10" customProviderData="IssuesPageSize;int" />
        <add name="NotificationTypes" type="String" defaultValue="Email" customProviderData="NotificationTypes;nvarchar;255" />
        <add name="PreferredLocale" type="String" defaultValue="en-US" customProviderData="PreferredLocale;nvarchar;50" />
  <add name="SelectedIssueColumns" type="String" defaultValue="" customProviderData="SelectedIssueColumns;nvarchar;50" />
    </properties>
</profile>

In what way should I merge all three web.configs?

My goal is to have the following application structure:

  • http://www.website.com [Main site]
  • forum.website.com YAF.NET
  • tracker.website.com BugNET

And all three integrated under the same ASP.NET Membership model.

In order to accomplish this I obviously need to

  1. Use the same machine key in all web config files, or so I’ve read?
  2. I think there was something about telling all three applications what the “web root” was? As in, setting it to “www.website.com”
  3. Merge the membership profiles, how would I achieve this, I’ve read somewhere that YAF‘s implementation of inheriting from their custom profile provider overrides whatever is put into the properties node of the profile section. I have no problem editting their implementation, or source code. Should I perhaps edit into YAF.Utils.YafUserProfile the custom properties that are in BugNET‘s implementation, and maybe also rename it as something more adequate, and perhaps put it in my main website solution?
  4. What about the “extended membership provider” BugNET seems to be using? should I just test this out as-is and find out if they are compatible? Using different implementations in different solutions, is that compatible?
  5. Is there anything else I might be missing?

On an additional note I should mention that I’m intending on having a special folder called App_Shared, which will in the main website project, and an svn-external to both YAF.NET and BugNET. There, I intend to place a Base master page all three applications should inherit from, so I can share some very basic details like a header, a footer, and a SiteMap.

All help is welcome, thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T15:50:09+00:00Added an answer on May 24, 2026 at 3:50 pm

    Not a direct answer, But Dave Burk has done it perfectly in Sueetie. It doesn’t contain Bug.Net but It contains YAF, BlogEngine.Net, Screwturn Wiki and Gallery Server Pro. The source is free. download it and use it as a template.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a group of three radio buttons. Depending on which radio button is
Have three classes User, Group and Field. Many to many relationship on User /
I have group of stored procedures with names like 'somename_%'. Are there any way
I have a group of radio buttons in my Swing application that have a
My group is working on a new web application and is considering using MVC.
I'm in charge of developing and maintaining a group of Web Applications that are
I have configured my web application to run under windows authentication mode, I also
I'm working on a web application which will be used for classifying photos of
My web applications have pages that display many static fields. I know that poor
I have a web application that allows a user to upload an Excel spreadsheet

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.