I have one web.config file in my applications root directory, and another web.config file in the sub-folder. I have created a virtual directory of my sub-folder, however, I am still getting this same error.
What I have understood from above discussion is, you can have <authentication> tag in the web.config in the sub-folder, provided you have created its virtual directory, which I have done.
Any idea what else can cause this?
The Biggest Fun of Life is in Doing Things People Say You Can Not Do.
Ritesh Mangl...
Participant
835 Points
193 Posts
Re: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond a...
May 15, 2008 08:57 AM|LINK
I have one web.config file in my applications root directory, and another web.config file in the sub-folder. I have created a virtual directory of my sub-folder, however, I am still getting this same error.
What I have understood from above discussion is, you can have <authentication> tag in the web.config in the sub-folder, provided you have created its virtual directory, which I have done.
Any idea what else can cause this?