Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error - xhtmlConformance mode="Legacy"/

Status
Not open for further replies.

lance59

IS-IT--Management
Mar 6, 2007
50
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top