I have classic asp and as well as aspx files in my project. The project uses both types of files for certain functionality. but the problem is pipeline mode of iis 7. it is set to classic.
when I execute the aspx page within the classic asp website, parser error message appears saying "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."
Any help will be appreciated.