Author: wonjartran | Posted on: 4/22/2010 9:27:54 AM | Views : 1040

If I put a website as a subfolder of a main website, there will be another Web.config file in the
subfolder, in addition to the Web.config file of the main website.  Can we set up different
authentication modes (Windows vs Forms) in these two Web.config files?

It seemed to me, these 2 websites run okay from the VS Develoment environment, but will
have errors when running from the IIS web server.  Specifically, when running the second
http, the Authentication mode will be from which web.config?
http://WebServerName/default.aspx vs http://WebServerName/Subfolder/default.aspx

 
...

Go to the complete details ...