User61956409 posted
Hi Tejashree,
Can we use two web.config files, one for each of the login pages (both login pages created in webforms)?
As yogyogi mentioned, website's subfolder(s) can have its own Web.config, you can put the login pages in subfolder and add its own Web.config file.
And if possible, you can use the
<location> element to target settings to a specific location.
Besides, if you can clarify more about your requirement, we would understand it better.
With Regards,
Fei Han