MachineToApplication outside the application layer. What does this error mean?

What should I do when this error triggers my screen

In VS2008 Express Edition

  • C: \ Users \ ami \ Desktop \ MyAddressBookasd \ MyAddressBook \ UpdateTheRecord.aspx: ASP.NET runtime error: Error using a section registered as allowDefinition = 'MachineToApplication' that exceeds the application level. This error can be caused by the fact that the virtual directory is not configured as an application in IIS.

enter image description here

In web browser

  1. Description: An error occurred while processing the configuration file needed to service this request. Review the specific error information below and modify your configuration file accordingly.

Parser: , = 'MachineToApplication', . , IIS.

:

36: ASP.NET . 37: → 38: 39:

enter image description here

+3
3

  • , . , .
  • , , Visual Studio
  • , web.config, .

, . , :)

+2

Convert your virtual / pshysicial directory to IIS websites into an application. When converting to an application, resolve the error.

0
source

All Articles