Когда я пытаюсь открыть страницу Default.aspx на удаленном сервере, я получаю следующую ошибку
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.
Line 50: ASP.NET to identify an incoming user.
Line 51: -->
Line 52: <authentication mode="Windows"/>
Line 53: <!--
Line 54: The <customErrors> section enables configuration
Source File: C:\inetpub\wwwroot\toolbar\web.config Line: 52
как устранить вышеуказанную ошибку. Каким должен быть режим аутентификации. Я разместил свой веб-сайт внутри панели инструментов C: \ inetpub \ wwwroot \, и все файлы, относящиеся к моему веб-сайту, включая web.config, находятся в папке панели инструментов.