We setup multiple Websites based on single Assembley. All sites use Forms authentication mode, set on single Web.config file. Now we need to setup an Intranet site based on the same assembley (as well as same Web.config file) but this time it should authenticate users with Windows authentication mode.
Can anyone be able to give some guidelines about this? It would be ideal if we can do it with IIS7 module without tweaking the Web.config file.