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
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
Comment