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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:04:01+00:00 2026-05-27T21:04:01+00:00

I have a web application that runs off the domain: test.com using Windows Authentication.

  • 0

I have a web application that runs off the domain: test.com using Windows Authentication. I want to create a subsite using the domain test.com/helloworld but I want this subsite to have a different type of authentication. Is it possible to create a new webapp as a subsite or just have the subsite use a different form of authentication?

  • 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-27T21:04:02+00:00Added an answer on May 27, 2026 at 9:04 pm

    Yes, this is possible. We do it the other way around (Forms authentication on the outer site, windows authentication on the inner site.

    The trick to making this work is in the main site, you will want to include your primary system.web configuration in a non-inheritable location tag.

    For example:

      <location inheritInChildApplications="false">
        <system.web>
          <authentication mode="Windows"/>
        </system.web>
      </location>
    

    then, in your sub site, you add a web.config that defines the settings for that site:

    <?xml version="1.0"?>
    <configuration>
      <system.web>
        <authentication mode="Forms"/>
      </system.web>
    </configuration>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web server that runs my web application. If I want to
I have a web application, that runs perfectly on IIS 5.1 installed on windows
I have a com+ application that runs (initializes) through a web application. I have
I have a web application that runs fine under IIS5 or IIS6. I just
I have a medium sized application that runs as a .net web-service which I
I have a web application that is becoming rather large. I want to separate
I have this web application that has grown to an unmanageable mess. I want
Basically I have two applications: a PHP web application that runs over Apache and
I have a applet that runs with no issue in asp.net web application ...
I have an application that runs fine when executed off the server. When clients

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.