Sorry, but i really need help...

Last post 11-05-2006, 9:22 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-04-2006, 5:00 PM 24014

    Sorry, but i really need help...

    I know you get lots of silly questions but i am really stuck.
     
    I have uploaded the standalone version of cute chat and edited the web.config file but i get this message when i try to access any pages.
     
     

    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: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.

    Source Error:

    Line 6:  	 </appSettings>
                Line 7:  	<system.web>
                Line 8:  		<compilation defaultLanguage="c#" debug="true" />
                Line 9:  		<customErrors mode="off" />
                Line 10: 		<authentication mode="Forms">

    Source File: d:\n\i\nickslat\www\web.config    Line: 8
     
     
    I don't understand what I have done wrong, or maybe what I haven't done right but I have searched and searched for an answer including going all through the past threads but to no joy.
     
    Please help.
  •  11-05-2006, 9:22 AM 24032 in reply to 24014

    Re: Sorry, but i really need help...

    nickslat.
     
    Change
     
    <compilation defaultLanguage="c#" debug="true" />
     
    to
     
    <compilation debug="true" />
     
    Then try again.
     
    If you get the same error, just remove this line.
     
    Keep me posted
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML