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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:23:59+00:00 2026-06-17T21:23:59+00:00

Generally speaking I am PHP developer working on Apache. I have however taken on

  • 0

Generally speaking I am PHP developer working on Apache. I have however taken on new site, that is built in ASP.net(VB) and is obviously running on IIS. I have set up a subdomain, and I wanting to password protect this domain, so only myself and people I allow will be able to access the domain.

Normally on apache I could do this sort of thing with a .htaccess and .htpassword file. I know that I could make .htaccess work on IIS but I do not to have to fight to make something work, when I am sure that someone will be able to tell that is a built in way in IIS to do this.

Could someone shed any light on how to lock my website down, so I can create a username and password so I can lock my domain down while in beta?

  • 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-17T21:24:00+00:00Added an answer on June 17, 2026 at 9:24 pm

    FYI, though not a direct correlation, the .htaccess equivalent in IIS is your web.Config file.

    To get this working, you’ll need to enable Windows Authentication in your Web.Config.

    <authentication mode="Windows">
    

    And you can set who’s authorized like this.

    <configuration>
      <system.web>
        <authorization>
          <allow roles="domainname\Managers" />
          <allow users="domainname\user1,domainname\user2,domainname\user3" />
        </authorization>
      </system.web>
    </configuration>
    

    Here’s a more detailed instruction, as well as here and here

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

Sidebar

Related Questions

Generally speaking, the SQL queries that I write return unformatted data and I leave
Generally speaking, when given a cookie that has no expiration period, modern browsers will
Generally speaking, I am very happy with the changes in Xcode 3.2. However, there
I have always liked the documentation on Java APIs, generally speaking, but I know
I have a Windows/Apache/PHP environment set up to imitate a shared hosting account but
I realize that, generally speaking, there are performance implications of using reflection. (I myself
I'm writing this in PHP, but, generally speaking, what methods and properties would a
I know that generally speaking, including controller code in the views is not a
I have a really hard design problem in my swing application. Generally Speaking, I
I read that .NET C# has task and data parallelism built in. If I

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.