Страница 1 из 1

ошибка в web.config

Добавлено: 24 авг 2004, 10:01
Liya
Есть такая проблема. В наследство досталась система, разработанная на на aspnet.
IIS выдает ошибку:
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 32: "Passport" and "None"
Line 33: -->
Line 34: <authentication mode="Forms">
Line 35: <forms name="AuthCookie" loginUrl="Default.aspx"/>
Line 36: </authentication>


Чтобы это значило и что делать?

Добавлено: 24 авг 2004, 15:33
AiK
Ответ содержался в вопросе :)
virtual directory not being configured as an application in IIS
Соответственно нужно IIS настроить грамотно.