Я хочу опубликовать свою веб-страницу на основе ASP.net на компьютере с Windows 7. Но я постоянно получаю сообщение об ошибке внутри кода ниже.
<sessionState mode="Inproc" timeout="30"></sessionState>
Сообщение об ошибке:
Server Error in '/' Application.
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:
<sessionState mode="Inproc" timeout="30"></sessionState>
Как избавиться от этой проблемы?