error can be caused by a virtual directory not being configured as an application in IIS.
-
hi, my web.config file is like this ....... ....... Now if i use the element as bove i get this error It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. However if i remove the location element my app works fine Any help is appreciated, Yojimbo yojimbo
-
hi, my web.config file is like this ....... ....... Now if i use the element as bove i get this error It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. However if i remove the location element my app works fine Any help is appreciated, Yojimbo yojimbo
because you are crossing the app boundries....Location node is normally used to cross the boundries for example you want to distinguish roles/authorization on basis of ordinary and admin user. You can also replicate the same error a) if you keep two confifg file in your project AND b) remove location node details....