Does any one knows, how can i fix this error? or what is the problem behind this error: Check error details blow: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: 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. Source Error: Line 7: <deny users="*" /> Line 8: </authorization> Line 9: <roleManager enabled="true" /> Line 10: <authentication mode="Forms" /> Line 11: <customErrors mode="Off"/> Source File: E:\HostingSpaces\mojizahfoods.com\mojizahfoods.com\wwwroot\website1\web.config Line: 9 Show Additional Configuration Errors: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory
Couple of things to check for: 1. Is the directory configured as an application in IIS? 2. Do you have more than 1 web.config file in your application?
Actually i comply this way check blow URL directly download Link: http://download.microsoft.com/downl...-b3b8f93a86e4/hilo_membership-roles_final.zip As far as web.config file is concern i have only one web.config file.
usually when you see this error, the Root Directory of your web app ( the place where your web.config file is located ) is NOT configured as an isolated application ( Note: application, not Virtual Directory ) in IIS