I found this problem when i put my directories
.\App_Code\VB\Class1.VB
and another one in
.\App_Code\CS\Class2.CS
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: The element 'codeSubDirectories' cannot be defined below the application level.
Source Error:
Line 72: <system.web>
Line 73: <compilation debug="true">
Line 74: <codeSubDirectories>
Line 75: <add directoryName="VB"/>
Line 76: <add directoryName="CS"/> |
Source File: c:\inetpub\wwwroot\14-4-08_safal\web.config Line: 74
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42