Есть такая проблема. В наследство досталась система, разработанная на на 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>
Чтобы это значило и что делать?
ошибка в web.config
Ответ содержался в вопросе

Соответственно нужно IIS настроить грамотно.virtual directory not being configured as an application in IIS
Даже самый дурацкий замысел можно воплотить мастерски