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 8226005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:36:44+00:00 2026-06-07T15:36:44+00:00

I need to integrate two ASP.NET sites user-wise. I have a Web Pages ASP.NET

  • 0

I need to integrate two ASP.NET sites user-wise. I have a Web Pages ASP.NET 4 site that allows users to login. It has a custom user provider. Now I have written an ASP.NET MVC3 site that needs to work seamlessly with the Web Pages site and to only allow certain actions to be called by certain users that come from Web Pages site’s user provider. As a final resort, MVC site can access user datastore of the Web Pages site.

P.S. I can configure ASP.NET MVC site to be in a sub-folder of a Web Pages site in IIS if this is necessary.

  • 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-06-07T15:36:46+00:00Added an answer on June 7, 2026 at 3:36 pm

    To setup FormsAuthentication to be used across multiple sub-domains, configure the following:

    Specify the domain of the Authentication cookie without a particular sub-domain – allows the browser to access the Authentication ticket from any sub-domain:

    <!-- ... -->
    <authentication mode="Forms">
        <forms loginUrl="/Index" domain="authtest.com"> ... </forms>
        <!-- ... -->
    </authentication>
    <!-- ... -->
    

    Make sure the separate applications use the same machine keys so they can encrypt/decrypt the authentication ticket properly:

    <!-- ... -->
    <system.web>    
        <machineKey validationKey=" ... 3D26FD5F940C2FD0AF8065F29A"
                decryptionKey=" ... 940CD33EBCE5065F2F2334D"
                validation="SHA1"  decryption="AES" />
        <!-- ... -->
    </system.web>
    <!-- ... -->
    

    Everything else is standard ASP.Net Authentication details/configurations.

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

Sidebar

Related Questions

I have a ASP.NET/C# web application with FLASH object integrated. I need to upload
I have two tomcat web applications that need to share information using a singleton.
I need to integrate the functionality of creating dynamic pages (like google sites) to
In my asp.net application i need to integrate a jquery content slider with next,
I have an application we bought that I need to integrate, and it uses
I have to integrate a Java applet into a simple asp.net 2.0 control. This
I have a two factor based authentication server which i need to integrate to
I have repositories and services that wrap them. Now I need to integrate caching
I have two C DLLs that I need to access in the same executable.
I need to integrate two different systems at a customers site and don't know

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.