tags:

views:

14

answers:

0

We have a asp.net site where a part needs be authenticated with windows authentication and a part with anonymous authentication. Using location paths in IIS7 (integrated mode) seemed to work at first, but we are having a lot of problems in other infrastructures (of customers).

Wouldn't it be better to split the site in two with a site for the windows authentication part and a site for the anonymous part or how is this being done? Or should using location paths really be working?