web config configuration for different autentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whiat9
    New Member
    • Mar 2010
    • 2

    web config configuration for different autentication

    Hello,

    I need to configure the web.config so I could use two different authentication for two pages located on the same win server sharing the same home directory.

    Here is the scenario:

    1st Website "Web A"
    - domain name "a.com"
    - home directory: "C:\MyWebSi te"
    - win autentication

    2nd Website "Web B"
    - domain name "B.com"
    - home directory: "C:\MyWebSi te"
    - form/none autentication

    How can I configure that in one web.config?

    Thanks for all your help.
    Cheers
    Whiat9
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Are these ASP classic websites, or ASP.NET websites?

    Comment

    • whiat9
      New Member
      • Mar 2010
      • 2

      #3
      Yes, it's classic ASP.

      Comment

      Working...