Had this ASP working, originally programmed in VB6 converted to VS2005. Works just fine from within VB2005 but get this error when I run it locally at the server. If I remove this line and I get other errors.
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: Unrecognized configuration section 'xhtmlConformance'
Source Error:
Line 68: -->
Line 69: <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
Line 70: <xhtmlConformance mode="Legacy"/>
Line 71: <pages>
Line 72: <namespaces>
Source File: C:\Inetpub\ Line: 70
TIA
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: Unrecognized configuration section 'xhtmlConformance'
Source Error:
Line 68: -->
Line 69: <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
Line 70: <xhtmlConformance mode="Legacy"/>
Line 71: <pages>
Line 72: <namespaces>
Source File: C:\Inetpub\ Line: 70
TIA